How do you pass or share variables between django views?
Posted
by Hugh
on Stack Overflow
See other posts from Stack Overflow
or by Hugh
Published on 2010-04-03T03:24:35Z
Indexed on
2010/04/03
3:33 UTC
Read the original article
Hit count: 316
Hi, I'm kind of lost as to how to do this:
I have some chained select boxes, with one select box per view. Each choice should be saved so that a query is built up. At the end, the query should be run.
But how do you share state in django? I can pass from view to template, but not template to view and not view to view. Or I'm truly not sure how to do this. Please help!
© Stack Overflow or respective owner