admin.py 102 Bytes
Newer Older
1 2 3 4 5
from django.contrib import admin

from instance.models import Instance

admin.site.register(Instance)