最新回答 / xsxxsx
這樣訪問試試 http://127.0.0.1:8000/blog/detail/4 你界面訪問加多了個 / 。導(dǎo)致應(yīng)用路由匹配不到
2019-11-29
最新回答 / 亦正亦邪、
python manage.py runserver 127.0.0.1:9090運行這個命令,后面的是ip:端口 ,應(yīng)該是默認的8000端口被占用了
2019-11-21
Page not found (404) Request Method: GET Request URL: http://127.0.0.1:8000/ Using the URLconf defined in django_introduction.urls, Django tried these URL patterns, in this order: admin/ blog/ The empty path didn't match any of these. You're seeing th
2019-11-05