Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
acid-weaver committed Sep 2, 2022
2 parents d480ad5 + 9f23fb2 commit 883c544
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ password: 123
Project on DockerHub! Install Docker, then run commands:
docker pull acidweaver/djangodelights:26.07.22
docker run --publish 8000:8000 acidweaver/djangodelights:26.07.22
Then run brauser at localhost:8000
Then run browser at localhost:8000

Plans:
-Error handlers, try-except blocks
-Optimization (DB requests and cash)
-Optimization (DB requests and cache)
-Full functionality of Menu view (with restriction to add new menu items and change recipes for not admins)
-Improve DB - delete RecipeRequirement table and add recipe field (JSON) to MenuItem table. Would works like Purchase table
-Autofill user field in purchase form


-------------
Expand Down

0 comments on commit 883c544

Please sign in to comment.