mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-10-19 07:06:42 +02:00
Pool support
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from django.contrib.auth.admin import admin
|
||||
|
||||
from tournament.models import Team, Tournament, Payment
|
||||
from tournament.models import Team, Tournament, Pool, Payment
|
||||
|
||||
|
||||
@admin.register(Team)
|
||||
@@ -13,6 +13,11 @@ class TournamentAdmin(admin.ModelAdmin):
|
||||
pass
|
||||
|
||||
|
||||
@admin.register(Pool)
|
||||
class PoolAdmin(admin.ModelAdmin):
|
||||
pass
|
||||
|
||||
|
||||
@admin.register(Payment)
|
||||
class PaymentAdmin(admin.ModelAdmin):
|
||||
pass
|
||||
|
Reference in New Issue
Block a user