为什么 Django 不能正确路由我的 URL?
作者:ule mangaa 提问时间:10/20/2023
我正在尝试用 django 建立一个简单的网站。我已经定义了我的路由,并且它们有效,前提是如果我想回家,我必须 localhost/home/home,而不仅仅是 localhost/home。我的关...
django-views django-urls 问答列表
作者:ule mangaa 提问时间:10/20/2023
我正在尝试用 django 建立一个简单的网站。我已经定义了我的路由,并且它们有效,前提是如果我想回家,我必须 localhost/home/home,而不仅仅是 localhost/home。我的关...