asyncorm.application.commands package¶
Submodules¶
asyncorm.application.commands.migrator module¶
-
class
asyncorm.application.commands.migrator.Migrator[source]¶ Bases:
object-
ALL_APPS= ['*']¶
-
DATAMIGRATION= 'datamigration'¶
-
MAKEMIGRATIONS= 'makemigrations'¶
-
MIGRATE= 'migrate'¶
-
SHOWMIGRATIONS= 'showmigrations'¶
-
datamigration(apps, migration)[source]¶ Creates an empty migration file, so the user can create their own migration.
-
makemigrations(apps)[source]¶ Creates the file that can be used to migrate the table from a state to the next.
-