This commit is contained in:
godd0t
2023-05-10 09:02:59 +02:00
commit 8ff2ae26e7
38 changed files with 975 additions and 0 deletions

5
src/test_app/urls.py Normal file
View File

@@ -0,0 +1,5 @@
from django.urls import path # noqa
urlpatterns = [
# ... other urls
]