On 6/27/07, Val <[EMAIL PROTECTED]> wrote: ... >change a boolean > value
A boolean value where, in what context, for what purpose? > it > takes multiple refreshes for the value to update itself. There are multiple processes in general-- runserver is one process, but shouldn't be used outside of development. If you're setting a value you wish to be shared amongst multiple requests, you need to put it out of process somehow. Cache or DB are the general answers. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---