from django.contrib import admin from .models import SEOConfiguration # Register your models here. admin.site.register(SEOConfiguration)