Hi All, I'm just starting to play around with Django... working through the
tutorial and the Django Book. I have just written a view that after
successfully processing a form uses HttpResponseRedirect() to send the user
to a 'success' page. Is their a standard way of accessing the form data
from th
thank's, that's just what I was looking for.
On Wed, Sep 12, 2012 at 6:35 AM, Jirka Vejrazka wrote:
> If you have sessions enabled, you can use the built-in messages
> framework (look in contrib) to display a message on the "next" page.
> Alternatively, you can save (semi-) arbitrary data in the
2 matches
Mail list logo