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.
claudep commented
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
julen commented
If I'm not mistaken this was already fixed (the PR merged at least) and can be closed.