vote up 0 vote down star

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?

flag

its giving http 405 – dhaval Jul 3 at 20:04

1 Answer

vote up 1 vote down check

Some error or typo somewhere in your code or configuration, it's impossible to say much more without seeing those files of course.

link|flag
('/changeprofile', ChangeProfileHandler), <form action="/changeprofile" method="post"> class ChangeProfileHandler(webapp.RequestHandler): these are the three pieces of line that should work – dhaval Jul 3 at 20:02
i was doing dopost instead of post, thx for pointing it out – dhaval Jul 3 at 20:10

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.