generated from coulomb/repo-seed
Prototype implementation
This commit is contained in:
9
vergabe_teilnahme/apps/ausschreibungen/urls.py
Normal file
9
vergabe_teilnahme/apps/ausschreibungen/urls.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from django.urls import path
|
||||
|
||||
from . import views
|
||||
|
||||
app_name = 'ausschreibungen'
|
||||
|
||||
urlpatterns = [
|
||||
path('', views.dashboard, name='dashboard'),
|
||||
]
|
||||
Reference in New Issue
Block a user