from django.contrib import admin from new_customers.models import PotentialSubscriber admin.site.register(PotentialSubscriber)