Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 208 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 208 Bytes

To run the python-django server

cd python-django
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py loaddata init.json
python manage.py runserver