from django.urls import path from .views import gamecard urlpatterns = [ path("/event//gamecard/", gamecard, name="gamecard") ]