1 2 3 4 5
from models import * from django.contrib import admin admin.site.register(Comment) admin.site.register(Reply)