On Mon, Dec 26, 2011 at 11:09 AM, devbird <antig...@gmail.com> wrote:
> dictionary
> is the attribute of a singleton object. It lives as long as the server
> instance is up.
>
> How could it be possible?

are you running a single instance of your django process? the
development server does; but any non-toy deployment fires up several
workers.

-- 
Javier

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to