from django.contrib import admin from apps.map.models import CaseStudy admin.site.register(CaseStudy)