1 2 3 4 5 6
from django.urls import include, path urlpatterns = ( path('', include('pydis_site.apps.main.urls', namespace='home')), )