It's typically relative to the CWD unless you specify an absolute path like data_dir=%(here)s/data which was pretty common. In production I certain would put a real absolute path to a directory with write-access by the web server.
On Wed, Aug 1, 2012 at 1:41 PM, Jonathan Vanasco <[email protected]> wrote: > this is puzzling me... > > under my previous Pylons + Paster experience, the 'data' directory > ( where sessions, templates, dogpile, etc ) would always happen within > the module > > as i've moved to Pyramid and uwsgi , this seems to occur not there -- > but in whatever directory i spawned the uwsgi server from > > can anyone point me in a direction that will let me force/consolidate > the data directory to my choosing ? > > -- > 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. > -- 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.
