from django.contrib import admin from workshop.reg.models import Profile, Event admin.site.register(Profile) admin.site.register(Event)