mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-07-03 18:42:50 +02:00
Display teams
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
from django.urls import path
|
||||
|
||||
from .views import TournamentListView
|
||||
from .views import TournamentListView, TournamentDetailView
|
||||
|
||||
app_name = "tournament"
|
||||
|
||||
urlpatterns = [
|
||||
path('list/', TournamentListView.as_view(), name="list"),
|
||||
path('<int:pk>/', TournamentDetailView.as_view(), name="detail"),
|
||||
]
|
||||
|
Reference in New Issue
Block a user