from django.contrib import admin from games.models import Console admin.site.register(Console)