from django.contrib import admin from .models import WikiGroup admin.site.register(WikiGroup)