from django.contrib import admin from label.models import * admin.site.register(Artist) admin.site.register(Release)