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