from django.contrib import admin from management.models import Comment admin.site.register(Comment)