Are you looking for something like a global registry?  The simplest
case would probably be using a global variable in your application
module, and import the module when you need to access the global
variable?

If you need to initialize the global variable when the application
first start (before the first request), you can call a startup function
in settings.py?  

I am new to Django, would any expert please comment?


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