from django.contrib import admin from .models import object admin.site.register(object)