add players list

This commit is contained in:
2021-11-07 15:09:08 -06:00
parent 0f5c7d27e6
commit 34000314e7
3 changed files with 12 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
from django.contrib import admin
from django.urls import path, include
from . import views
urlpatterns = [
path('', views.root, name="root"),
path('list', views.list, name="player list")
]