Django : create migration script

Django : create migration script


>>> python manage.py schemamigration --initial # for first create migration


>>> python manage.py schemamigration --auto # for second and more


*** folder migration will be created in


Thank, Pam 

Comments

Popular posts from this blog

Changing postgres password and warning

yoh, Sort dict