Accessing global configuration of another middleware directly from a middleware

43 views Asked by At

I am using python-paste for my apps and my middleware and I am trying to access the configuration of other middlewares directly from that middleware.

There is global_config which access the [DEFAULT] and local_config for the middleware own cofiguration but is there anything for accessing configuration of others without having to parse the file itself in my middleware?

0

There are 0 answers