from django.contrib import admin from .models import Source, Entry admin.site.register(Source) admin.site.register(Entry)