Re: variable name spaces

2010-08-27 Thread Steve Holden
On 8/27/2010 2:07 PM, Bradley Hintze wrote: > Ok, I hope I can explain my problem coherently :). > > In development I ran my web app fine. I have now put it in production > (configured and running on apache). In my views.py file I passed > global variables between different functions (views) beaut

variable name spaces

2010-08-27 Thread Bradley Hintze
Ok, I hope I can explain my problem coherently :). In development I ran my web app fine. I have now put it in production (configured and running on apache). In my views.py file I passed global variables between different functions (views) beautifully during development (manage.py runserver). Howev