> I'd like to be able to set some global server variables such as my > package path so that it's easily accessible from anywhere in my code. > I'd like to be able to store a path to my images directory etc.. How > do I do this. I'm trying to set a variable in my dev.cfg but I can't > see that variable name in any of my controller or model files etc..
I have an util.py, which I use for the purpose and import in the controllers. Is there any problem in this approach? Sanjay --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

