handler not working in gae python - Stack Overflow most recent 30 from stackoverflow.com 2009-12-18T13:00:48Z http://stackoverflow.com/feeds/question/1080618 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1080618/handler-not-working-in-gae-python 0 handler not working in gae python dhaval 2009-07-03T19:47:59Z 2009-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#1080648 1 Answer by Alex Martelli for handler not working in gae python Alex Martelli 2009-07-03T19:57:23Z 2009-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>