from django.contrib import admin from example import models admin.site.register(models.Person)