level 1
djangopython
楼主
我用django建的工程部署在apache+wsgi下,浏览器中输入一个url,最后显示的信息是Using the URLconf defined in XXX.urls,The current URL didn't match any of these
可是浏览器中输入的url不应该被url.py解析的,这个网页不是django工程里面的,请问是不是我的apache配置出错?
2011年09月20日 08点09分
1
可是浏览器中输入的url不应该被url.py解析的,这个网页不是django工程里面的,请问是不是我的apache配置出错?