from django.contrib import admin from campaign.organization.models import Organization admin.site.register(Organization)