from django.contrib import admin from storage.models import File, Comment admin.site.register(File) admin.site.register(Comment)