django数据迁移命令

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了django数据迁移命令相关的知识,希望对你有一定的参考价值。

D:pythonspacendjanoguest>python manage.py makemigrations sign
Migrations for ‘sign‘:
  signmigrations001_initial.py
    - Create model Event
    - Create model Guest
    - Alter unique_together for guest (1 constraint(s))

D:pythonspacendjanoguest>python manage.py migrate
Operations to perform:
  Apply all migrations: admin, auth, contenttypes, sessions, sign
Running migrations:
  Applying sign.0001_initial... OK

D:pythonspacendjanoguest>

技术图片

以上是关于django数据迁移命令的主要内容,如果未能解决你的问题,请参考以下文章

django系列教程15:数据库迁移

django数据迁移命令

Django 数据迁移

如何使用 Django migrate 命令跳过迁移?

Django学习-django常用命令

石墨烯代码在 Django 数据迁移之前运行