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