django/django-contrib-comments

RuntimeError: Model class django_comments.models.Comment doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS.

yeago opened this issue · 4 comments

yeago commented

Seems like as of 1.9 you can't really extend this app because any attempt to do so triggers this RunTimeError. The documentation doesn't mention keeping django_comments in INSTALLED_APPS in the event of customization.

This should be fixed now with the recent 1.7.1 release and if you extend django_comments.abstracts.CommentAbstractModel. Could you test that?

yeago commented

Ah okay, but now

from django_comments.admin import CommentsAdmin

triggers the same thing

#88

julen commented

If I'm not mistaken this was already fixed (the PR merged at least) and can be closed.

Sure, #88 was merged.