from django.contrib import admin from .models import Player, User admin.site.register(Player)