from django.contrib import admin from pycs_api.models import Model admin.site.register(Model)