Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to create migrations in django

//to create migration files
python manage.py makemigrations

//to migrate migration files
python manage.py migrate
 
PREVIOUS NEXT
Tagged: #create #migrations #django
ADD COMMENT
Topic
Name
1+8 =