3 lines
90 B
Python
3 lines
90 B
Python
from django.urls import include, path
|
|
|
|
urlpatterns = [path("", include("yksa_kit.urls"))]
|