django how can i get the request before the main urls.py

前端 未结 0 505
自闭症患者
自闭症患者 2020-12-19 06:45

in django i got

urlpatterns = [
    path("something/", include("something.urls")),
    path("something2/", include("somethi         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题