from idols.models import Idol from django.contrib import admin # Register your models here. admin.site.register(Idol)