Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 579 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 579 Bytes

account-managment-app

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.

Set up

If you'd like to download this app to your compouter you have to:

  1. download all the code from the masters branch
  2. in terminal insde project folder run "pip install requirements.txt"
  3. after that run commands: -"python manage.py migrate" -"python manage.py runserver"