Django: How do I redirect a post with the post data

Posted by swisstony on Stack Overflow See other posts from Stack Overflow or by swisstony
Published on 2010-06-11T15:40:33Z Indexed on 2010/06/11 15:42 UTC
Read the original article Hit count: 199

Filed under:

When processing a POST request in the Django views.py file, I sometimes need to redirect it to another url. This url I'm redirecting to is handled by another function in the same Django views.py file. Is there a way of doing this and maintaining the original POST data?

© Stack Overflow or respective owner

Related posts about django