[google-appengine] Re: GAE, App Engine Patch, CRON (301) Issues

2009-09-18 Thread bbayer
Hi, Same problem and I have solved it by changing my django's url pattern and updating both cron and app.yml files. Here is the solution. Django tries to add / if you are not using it on end of url. It does that by using Http 301(permanent redirect). It seems app engine code changed to disallow

[google-appengine] Re: Server error without any log

2009-09-18 Thread bbayer
I will port my application to webapp but I afraid to see that same problem will occur with django's templating system. Is there any issue about that. I am planning to use template tags also. On Sep 16, 11:20 pm, johnP j...@thinkwave.com wrote: If they need help diagnosing - I'm sure there are

[google-appengine] Server error without any log

2009-09-08 Thread bbayer
Sometimes Google App Engine displays an error page. I think it is not related with my application. It says Error: Server Error The server encountered an error and could not complete your request. If the problem persists, please report your problem and mention this error message and the query

[google-appengine] Re: Serving static files problem

2009-09-08 Thread bbayer
I have sold it. It seems there is no need to prior ./ . Because on production server static data could reside in different place. On Sep 2, 1:24 pm, Nick Johnson (Google) nick.john...@google.com wrote: Hi bbayer, Have you checked the capitalization of your files and the places where you

[google-appengine] Re: Server error without any log

2009-09-08 Thread bbayer
lightweight framework. (I am using Django version that already installed on GAE server.) On 8 Eylül, 15:42, bbayer bbaye...@gmail.com wrote: Sometimes Google App Engine displays an error page. I think it is not related with my application. It says Error: Server Error The server encountered an error

[google-appengine] Serving static files problem

2009-09-01 Thread bbayer
Hello, I have an application and it is working like a charm on a win32 machine with development server. The problem occurs when I uploaded it to app engine. It seems it couldnt find my static folder contents. It responds 404 when I am trying to get css files. Here it is app.yml handlers: - url: