django migrate

Posted Over 5 years ago. Visible to the public. Draft.

basic

makemigration <app>
migrate

with python path

if an apps dir is used to organize the apps then do the following

makemigrations myapp --pythonpath apps
migrate

See also

django apps in subfolder

Cuauhtemoc
Last edit
Over 5 years ago
Cuauhtemoc
Posted by Cuauhtemoc to Python Django (2018-07-22 17:42)