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