Hello, I have a composite application made up of two python packages (I'm bundling applications together to build an ERP system). There is a section for each application in the config file: [app:myfirstapp] and [app:mysecondapp] that have their own configuration. There are several lines that are common between the two applications such as the session and cache configuration. In fact the only thing that must be different is the "use" line.
Is there any way to include a common configuration section for two app sections so that I do not have to duplicate these lines? I also checked the http://pythonpaste.org/deploy/ documentation to no avail. Thanks, Jason -- 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/-/djjZV6jDgoEJ. 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.
