split gamecard into its own app, add models to teamsnap for custom fields (images)
This commit is contained in:
7
gamecard/urls.py
Normal file
7
gamecard/urls.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.urls import path
|
||||
|
||||
from .views import gamecard
|
||||
|
||||
urlpatterns = [
|
||||
path("<int:team_id>/event/<int:event_id>/gamecard/", gamecard, name="gamecard")
|
||||
]
|
||||
Reference in New Issue
Block a user