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