from django.urls import path urlpatterns += [ ...... path("user/", include("apps.users.urls")), ]. 关联类视图层 from django.urls import path ...
確定! 回上一頁