First time here? Check out the FAQ!

Revision history  [back]

Only apps that have migrations submodule created for the South app need to get migrated (that's how the migrations are created in the first place).

You could safely run python manage.py migrate without extra parameters most of the time and migrate all apps that require the migrations.

Only apps that have migrations submodule created for the South app need to get migrated (that's how the migrations are created in the first place).

You could safely run python manage.py migrate without extra parameters most of the time and migrate all apps that require the migrations.time.