from django.contrib import admin from .models import CustomField admin.site.register(CustomField)