On Wednesday, September 7, 2011 9:21:23 AM UTC-7, Jason wrote: > > On Wednesday, September 7, 2011 11:33:47 AM UTC-4, Wyatt wrote: >> >> >> I noted this in one of my earlier posts (re: set). Also, the way you're >> updating the settings dict with global_conf will overwrite your app config, >> won't it? I'm pretty sure the DEFAULT config will end up in the settings >> automatically anyway. >> > > The DEFAULT config does not end up in the settings (I tried that first). >
I tested it too, but my test was flawed: I used `paste.deploy.loadwsgi.appconfig`, which merges global config and app config. For some reason, I assumed it would load the config file the same way that `loadapp` does. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To view this discussion on the web visit https://groups.google.com/d/msg/pylons-discuss/-/CpMFCEzMgTEJ. 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.
