1 from django.contrib import admin
2 from django.conf import settings
3 from models import *
4
5 admin.site.register(Annotation)