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