summaryrefslogtreecommitdiff
path: root/app/blog
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2015-10-25 08:41:56 -0400
committerluxagraf <sng@luxagraf.net>2015-10-25 08:41:56 -0400
commit280ccc3920b9c761c3911cf7e4d5c40555c37ce9 (patch)
tree8df8a50a97093444990594ffad56da423111dab2 /app/blog
parentf03cf2d8ad179e1a5f672b7f719b80252a788719 (diff)
added prepopulate to note slugfield admin, fixed bug in blog imports and updated note build.py to work with djanog 1.9
Diffstat (limited to 'app/blog')
-rw-r--r--app/blog/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/blog/models.py b/app/blog/models.py
index 03fb306..ed0bb40 100644
--- a/app/blog/models.py
+++ b/app/blog/models.py
@@ -205,7 +205,7 @@ import shutil
from django_gravatar.helpers import get_gravatar_url, has_gravatar, get_gravatar_profile_url, calculate_gravatar_hash
from django.dispatch import receiver
from django_comments.signals import comment_was_posted
-from django_comments import Comment
+from django_comments.models import Comment
from django_comments.moderation import CommentModerator, moderator
class EntryModerator(CommentModerator):