from django.contrib import admin from django_kepi import models admin.site.register(models.Activity)