更改南迁目录
如何更改 South 查找应用程序迁移的位置?
默认情况下,South 假定应用程序的迁移位于 /migrations 中。但是,我已经迁移了安装在 /usr/local/lib/python-2.6/dist-packages/ 的第三方包的模型,因此 South 正在那里寻找迁移,而不是我的自定义代码库的位置。
How do you change the location where South looks for an app's migrations?
By default, South assumes an app's migrations are in /migrations. However, I've migrated the model of a third-party package which is installed at /usr/local/lib/python-2.6/dist-packages/, so South is looking for migrations there, instead of the location of my custom codebase.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在设置.py中:
In settings.py: