# landing/admin.py from django.contrib import admin from .models import LandingPageContent admin.site.register(LandingPageContent)