# Register your models here.
from django.contrib import admin from AKModel.models import Event admin.site.register(Event)