Aufgaben und Bieterfragen

This commit is contained in:
tegwick 2026-05-08 17:43:23 +02:00
parent f202b71c75
commit 70ece97587
17 changed files with 1038 additions and 14 deletions

View file

@ -0,0 +1,7 @@
from django.urls import path
from . import views
urlpatterns = [
path('', views.aufgaben_liste, name='aufgaben_global'),
]