django migrate

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 Over 5 years ago