from django.urls import path, include urlpatterns = [ path("", include(("gaehsnitz.urls", "gaehsnitz"))), ]