from django.urls import path from .views import leader_board urlpatterns = [ path('<location_id>/', leader_board, name='leader-board'), ]