global_config['here'] and global_config['__file__'] exist when PasteDeploy invokes your app's entry point (def main(global_config, **settings) usually).
On Tue, Aug 7, 2012 at 11:46 AM, Jonathan Vanasco <[email protected]> wrote: > is this 'here' dir available in the request.settings ? didn't see it > in there, and it seems like it would be useful. > > -- > 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.
