from django.contrib import admin from sage_days.sdi.models import Registrant admin.site.register(Registrant)