On Mon, Mar 23, 2009 at 03:50:39PM -0700, Wyatt Baldwin wrote: > > In my development.ini, I have this: > > > > [app:main] > > use = egg:ipdbsite > > use = config:ipdbsite.ini > > > > In ipdbsite.ini, I have: > > > > [app:main] > > use = egg:ipdbsite > > var1 = 1 > > ... > > Just a little nit to pick: I don't think you need the `use = > egg:ipdbsite` in development.ini.
Yep, that appears correct. I guess the last file needs to supply the "loader" that paster complains is missing if you leave that out of the use'd file? > BTW, have you figured out how to inherit an *entire* config file, or > can it only be done per section? I didn't realize until you just pointed that out that I'm probably not inheriting the entire file :). It just happens to be that I've only got a single section in the included config. -- Ross Vandegrift [email protected] "If the fight gets hot, the songs get hotter. If the going gets tough, the songs get tougher." --Woody Guthrie --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
