level 1
王文坏001
楼主
您的执行单元类型是:python-web您的问题是:我用django做的网站,在我的电脑上都能实现跳转,移植到bae上不能实现页面跳转,我个人觉得app.conf配置的不对。下面是我的app.confhandles: - url:/static/(.*) script:/static/$1 - url:/.* script:index.py - expire : .jpg modify 10 years - expire : .swf modify 10 years - expire : .png modify 10 years - expire : .gif modify 10 years - expire : .JPG modify 10 years - expire : .ico modify 10 years下面是我的网页报错信息Page not found (404)
Request Method: GET
Request URL: http://xutest.duapp.com/
Using the URLconf defined in djangoweb.urls, Django tried these URL patterns, in this order:
^admin/
^search-form/$
^search/$
^contact_form/$
^contact/$
^huangbo/$
^transform/$
^transformation/$
The current URL, , didn*t match any of these.
我用其中的哪个都打不开网页,我应该是没有把网页重写规则写到app.conf中去,我试了两天,都不对啊。
各位大神有用python django移植到bae中去的能不能把您的app.conf实现跳转的书写例子给我看看。
如果您有解决方式请联系我。谢谢啦~
qq :1358453177
2014年10月22日 03点10分
1
Request Method: GET
Request URL: http://xutest.duapp.com/
Using the URLconf defined in djangoweb.urls, Django tried these URL patterns, in this order:
^admin/
^search-form/$
^search/$
^contact_form/$
^contact/$
^huangbo/$
^transform/$
^transformation/$
The current URL, , didn*t match any of these.
我用其中的哪个都打不开网页,我应该是没有把网页重写规则写到app.conf中去,我试了两天,都不对啊。
各位大神有用python django移植到bae中去的能不能把您的app.conf实现跳转的书写例子给我看看。
如果您有解决方式请联系我。谢谢啦~
qq :1358453177