from news.models import News, Comment from django.contrib import admin admin.site.register(News) admin.site.register(Comment)