from django.contrib import admin from django.conf import settings from models import * admin.site.register(Annotation)