from django.contrib import admin from game.models.player.player import Player # Register your models here. admin.site.register(Player)