from django.contrib import admin
from .models import *
admin.site.register(Report)
admin.site.register(Section)
admin.site.register(Field)