from django.contrib import admin from coip.apps.service.models import Service admin.site.register(Service)