Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 247 Bytes

readme.md

File metadata and controls

9 lines (5 loc) · 247 Bytes

Useful commands

./manage.py migrate --run-syncdb fixed things with DB that were broken

./manage.py runserver runs server

./manage.py makemigrations prepare changes to the model

./manage.py migrate actually make the changes to the model