from models import *
from django.contrib import admin

admin.site.register(Comment)
admin.site.register(Reply)