Sunday, February 2, 2014

Argument passing between views

I have a variable generated in a view  and i want to pass it as an argument to another view.
Both views have their urls so, i can't use GET request.
I want to create invisible fields and pass it using POST request.
Also, i am using this on google app engine so i want to avoid using databases
can anyone help me how can i do that?
sorry, if this is a very basic question but i have tried many ways!

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2d0af83c-5402-43b1-aca1-18a216cdf963%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment