from django.contrib import admin from django.contrib.auth.admin import UserAdmin from .models import Player, Log admin.site.register(Log)