diff --git a/README.md b/README.md index 82918bb..ec538a6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Pantry inventory management # Inventory management system written in django - python -The object of this django app is to keep track of which goods you own, when they will expire, when you should consume them and when you shoud buy more. +The object of this django app is to keep track of which goods you own, when they will expire, when you should consume them and when you should buy more. ## features - Enter items in your pantry (or other locations, with their location) with their expiry date @@ -68,10 +68,6 @@ DATABASES = { clear migrations and start from empty db ``` -rm inventory/migrations/* -rf -python3 manage.py migrate - - python3 manage.py createsuperuser python3 ./manage.py collectstatic ``` diff --git a/inventory/templates/inventory/base.html b/inventory/templates/inventory/base.html index 9b90a58..391d11d 100644 --- a/inventory/templates/inventory/base.html +++ b/inventory/templates/inventory/base.html @@ -4,13 +4,13 @@ - Pantry Inventory + Inventory Management