Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

django compile database


Run python manage.py makemigrations to create migrations for changes
Run python manage.py migrate to apply those changes to the database.

 
PREVIOUS NEXT
Tagged: #django #compile #database
ADD COMMENT
Topic
Name
8+5 =