我正在尝试从此github https://github.com/HonzaKral/django-threadedcomments安装此模块django-threadedcomments。但是当我运行迁移时,我收到以下错误。注意:我还使用了Django 1.7和django_comments。
CommandError:系统检查发现了一些问题:
错误:threadedcomments.ThreadedComment.comment_ptr:(fields.E300) 字段定义了与模型' Comment'的关系,这不是 安装,或是抽象的
settings.py
INSTALLED_APPS = (
'threadedcomments',
'django_comments',
'django.contrib.sites',
)
COMMENTS_APP = 'threadedcomments'