1 2 3 4 5
from fooz.main.models import Player, Match from django.contrib import admin admin.site.register(Match) admin.site.register(Player)