我正在尝试为 Django 安装美味的派。我也安装了South。但是当我迁移时,我得到了一些奇怪的类型错误。
./manage.py migrate tastypie
Running migrations for tastypie:
- Migrating forwards to 0002_add_apikey_index.
> tastypie:0001_initial
TypeError: type() argument 1 must be string, not unicode
我查看了迁移 0002 并且类型甚至没有被调用!