与django threadedcomments

时间:2015-04-22 22:38:25

标签: django threaded-comments

我正在尝试从此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'

1 个答案:

答案 0 :(得分:0)

pip install django-threadedcomments == 1.0b1

正如您在a link上看到的那样,您对测试版

没有任何问题