Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 242 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 242 Bytes

Django shopping

$ git clone
$ pip install -r requirements.txt
$ python manage.py migrate

$ python manage.py loaddata data/user.json
$ python manage.py loaddata data/shop.json

$ python manage.py runserver