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