Page not found (404)
| Request Method: | GET |
|---|---|
| Request URL: | http://127.0.0.1:8000/aaa/hello/hello |
Using the URLconf defined in redstar.urls, Django tried these URL patterns, in this order:
The current path, aaa/hello/hello, didn't match any of these.
上面是报的错,浏览器输入的url是http://127.0.0.1:8000/aaa/hello/hello
看到
这是什么情况?
全局url下是这样的
请高手指点
2.0以后re_path支持re