diff options
Diffstat (limited to 'comments')
-rw-r--r-- | comments/admin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comments/admin.py b/comments/admin.py index 6ac89ae..17f2113 100644 --- a/comments/admin.py +++ b/comments/admin.py @@ -1,4 +1,4 @@ -from models import * +from .models import * from django.contrib import admin admin.site.register(Comment) |