Initial commit
This commit is contained in:
7
src/fellchensammlung/urls.py
Normal file
7
src/fellchensammlung/urls.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.urls import path
|
||||
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path("", views.index, name="index"),
|
||||
]
|
Reference in New Issue
Block a user