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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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