On Wed, Jan 21, 2009 at 2:55 PM, Ross Vandegrift <[email protected]> wrote: > > Hey everyone, > > Is there a good place in a pylons project to put data files that need > to be used by the app at various places? They don't need to be web > accessible - strictly internal stuff. > > In this case I have some XSLT sheets that I need to load on demand. > > Easy enough to add one if I need to, just don't know if I need to.
I normally stick them in data or a config variable with the path. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
