from django.contrib import admin from .models import * admin.site.register(Report) admin.site.register(User)