I haven't gone through all of the thread.
But I'm using routes with GAE.
I'm using latest version of web2py.
My routes is
routes_in = (
(r'.*:/favicon.ico', r'/init/static/favicon.ico'),
(r'.*:/robots.txt', r'/init/static/robots.txt'),
)
I
Thanks all!
On Tuesday, September 14, 2010, mdipierro wrote:
> Thanks Jonathan, I will fix this tonight.
>
> massimo
>
> On Sep 14, 9:56 am, Jonathan Lundell wrote:
>> Massimo, here's a patch. In rewrite.py, change this:
>>
>> exec routesfp.read() in symbols
>>
>> to this:
>>
>>
Does routes.py work on GAE? I've recently deployed an app which used
the 5-line routes.py from the book for routing robots.txt and
favicon.icon. I just wanted to get rid of that 100% error rate on
those two files. I recevied the following message. Only after
removing routes.py again did the app
3 matches
Mail list logo