All files for deployment ready and tested - further development in this repo.
This commit is contained in:
7
stichworte/urls.py
Normal file
7
stichworte/urls.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.urls import path
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path('', views.stichwort_list, name='stichworte_list'),
|
||||
path('<str:stichwort>/',views.stichwort_detail, name="stichwort_detail")
|
||||
]
|
||||
Reference in New Issue
Block a user