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