Initial commit
This commit is contained in:
commit
97e799fd52
61 changed files with 2252 additions and 0 deletions
6
tests/urls.py
Normal file
6
tests/urls.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from django.urls import include, path
|
||||
|
||||
urlpatterns = [
|
||||
path("", include("yksa_kit.urls")),
|
||||
path("i18n/", include("django.conf.urls.i18n")),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue