4 lines
98 B
Python
4 lines
98 B
Python
from django.urls import include, path
|
|
|
|
|
|
urlpatterns = [path("authens/", include("authens.urls"))]
|