On 10/9/07, Greg <[EMAIL PROTECTED]> wrote:
> I want to create a list that can be updated from within a part of a
> view and retreived from another part of a view.  Here is my view.py

To access a global variable you need to use the 'global' keyword.

A better option, however, is to store the results using the caching
system, so as to make them process-independent.

-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to