Django 1.7 内置了数据库迁移机制。但是,我想为 ols 第三方 django 应用程序运行南迁移。
我未能使用 Django 1.7 执行“syncdb”管理命令来创建 South 模型:
/south/management/commands/syncdb.py", line 82, in handle_noargs
old_app_store, cache.app_store = cache.app_store, SortedDict([
AttributeError: 'Apps' object has no attribute 'app_store'