我使用 pip 安装了 South。
按照官方指南(http://south.readthedocs.org/en/latest/installation.html#installation)
我将'south'添加到我的installed_apps,运行manage.py syncdb,得到这个:
*Long Traceback 以 south\management\commands\syncdb.py 结尾,第 52 行,导入错误除外,exc:
SyntaxError:无效的语法
向南走,运行syncdb,一切都很好。是什么赋予了?
更新:South 仅适用于 Python 2.x,因此安装 2.7 就可以了。谢谢 IRC。