I have a site preference for my site that I'd like to make automatically available to all my templates. I can't figure out a clean way to do this.
On the template side I will likely create a tag that can fetch this setting from the request session. But I can't figure out where to access the session data from. Is there such a thing as a global "current request" I can access? I was thinking I could create a middleware layer that stuffs the request session into a global variable. I don't think django under mod_python is threaded, so a single interpreter should only be processing one request at a time? Is that safe? I'm hoping there is already a builtin way without modifying all the generic views. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---