位置参数: app_label 指定同步的应用程序标签. migration_name Database state will be brought to the state after that migration. Use the name "zero" to unapply all migrations.
位置参数: app_label 指定要为其创建迁移的应用程序标签. 可选参数: --dry-run 只需显示将要进行的迁移;不要实际编写它们。 --merge 启用迁移冲突的修复。 --empty 创建空迁移. --noinput, --no-input 告诉Django不要提示用户输入任何类型的信息. -n NAME, --name 名称,将此名称用于迁移文件. --no-header 不要向新迁移文件添加头注释。 --check 如果模型更改丢失迁移,则以非零状态退出. --version show program's version number and exit -v {0,1,2,3}, --verbosity {0,1,2,3} Verbosity level; 0=minimal output, 1=normal output, 2=verbose output, 3=very verbose output --settings SETTINGS The Python path to a settings module, e.g. "myproject.settings.main". If this isn't provided, the DJANGO_SETTINGS_MODULE environment variable will be used. --pythonpath PYTHONPATH A directory to add to the Python path, e.g. "/home/djangoprojects/myproject". --traceback Raise on CommandError exceptions --no-color Don't colorize the command output. --force-color Force colorization of the command output.