You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 3, 2021. It is now read-only.
假设有以下代码
运行后,无论访问
http://localhost/
还是http://localhost/admin/
都是404。这个似乎不符合直觉。从这个代码来说,把
tango.Static
的Prefix
设成/admin
似乎也达成目的。但我这么做的初衷是希望给http://localhost/admin/
做中间件,特别地控制它的权限。The text was updated successfully, but these errors were encountered: