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