from django.contrib import admin from .models import Affiliation, Institute admin.site.register(Affiliation) admin.site.register(Institute)