【发布时间】:2017-06-30 13:27:23
【问题描述】:
我在使用 django-seo2 时遇到了一些问题。
Running migrations:
Applying djangoseo.0001_initial...
Applying djangoseo.0002_auto_20170630_1000... OK
Applying djangoseo.0003_auto_20170630_1038... OK
Applying djangoseo.0004_auto_20170630_1041...Traceback (most recent call last):
File "manage.py", line 34, in <module>
迁移文件 djangoseo.xxxx 存储在哪里?
我在项目下或项目/应用程序下都没有看到它们。
【问题讨论】:
-
你为什么要问这个问题。无论您提到什么都是默认的 django 行为,并在第一个教程中明确指定
标签: python django django-migrations