from django.contrib import admin from . import models admin.site.register(models.StoreProfile) admin.site.register(models.SecondaryProfileAddress)