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