from django.contrib import admin from .models import Challenge, Class admin.site.register(Challenge) admin.site.register(Class)