handler not working in gae python - Stack Overflow most recent 30 from stackoverflow.com2009-12-18T13:00:48Zhttp://stackoverflow.com/feeds/question/1080618http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1080618/handler-not-working-in-gae-python0handler not working in gae pythondhaval2009-07-03T19:47:59Z2009-07-03T19:57:23Z
<p>I have two handlers in webapp.WSGIApplication for two forms in a django template, one of the handler works on dopost but the other one goes to blank page. Why is this so?</p>
http://stackoverflow.com/questions/1080618/handler-not-working-in-gae-python/1080648#10806481Answer by Alex Martelli for handler not working in gae pythonAlex Martelli2009-07-03T19:57:23Z2009-07-03T19:57:23Z<p>Some error or typo somewhere in your code or configuration, it's impossible to say much more without seeing those files of course.</p>