from django.urls import include, path urlpatterns = [path("authens/", include("authens.urls"))]