from django.urls import path from source.apps.ctf import views urlpatterns = [ path("", views.homepage, name='homepage'), ]