1
from django.contrib import admin
2
3
from sage_days.sdi.models import Registrant
4
5
admin.site.register(Registrant)