My first app in django it is created with the help of the yt tutorial but i have made several changes. Appliacation allows customers to create accounts on the page and place orders. It also gives staff members the ability to manage shop orders and deliveries.
If you'd like to download this app to your compouter you have to:
- download all the code from the masters branch
- in terminal insde project folder run "pip install requirements.txt"
- after that run commands: -"python manage.py migrate" -"python manage.py runserver"