From eb3321f80def84e84329f213e21ef5ac94d4ccd6 Mon Sep 17 00:00:00 2001 From: kinitrupti Date: Mon, 24 Oct 2016 12:32:11 +0530 Subject: upgraded to python3 --- comments/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comments') 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) -- cgit