[EMAIL PROTECTED] wrote:
> If I hit Ctrl-R again it puts my name back, and so on. It's like there
> there are two copies of the global that I am accessing. I can't figure
> this out.  Any ideas? Thanks so much!

Rule 1: Don't use globals.
Rule 2: Don't try to store state in a stateless server, use persistent 
storage like a DB.

There *are* two or more copies of the global.  There are as many copies 
as WebFaction runs instances of django (mod_python or whatever)

It works in dev cause manage.py runserver only starts one instance of 
django.

-- 
Norman J. Harman Jr.
Senior Web Specialist, Austin American-Statesman
___________________________________________________________________________
You've got fun!  Check out Austin360.com for all the entertainment
info you need to live it up in the big city!

--~--~---------~--~----~------------~-------~--~----~
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