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