From ec1b972f8b60fd9ee4c0213abe0a047b7243397a Mon Sep 17 00:00:00 2001 From: jens Date: Fri, 11 Sep 2020 15:15:01 +0000 Subject: [PATCH 1/3] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82918bb..86ce207 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 From e3e858780f64d84602884a597ba1f99c4a0de10d Mon Sep 17 00:00:00 2001 From: jens Date: Fri, 11 Sep 2020 15:33:07 +0000 Subject: [PATCH 2/3] Update 'README.md' --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 86ce207..ec538a6 100644 --- a/README.md +++ b/README.md @@ -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 ``` From e0ef6ee58dfa0d24e1a906f8c07277e9f156c1c4 Mon Sep 17 00:00:00 2001 From: jens Date: Wed, 7 Oct 2020 09:57:04 +0000 Subject: [PATCH 3/3] Update 'inventory/templates/inventory/base.html' --- inventory/templates/inventory/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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