from django.contrib import admin from core.apps.shared.models import ContactUs admin.site.register(ContactUs)