from django.urls import path, include urlpatterns = [ # ... andere URLs in deinem Projekt ... path("mygame/", include("mygame.routing")), ]