Show More
@@ -159,6 +159,7 b' def make_pyramid_app(global_config, **se' | |||||
159 | includeme(config) |
|
159 | includeme(config) | |
160 | pyramid_app = config.make_wsgi_app() |
|
160 | pyramid_app = config.make_wsgi_app() | |
161 | pyramid_app = wrap_app_in_wsgi_middlewares(pyramid_app, config) |
|
161 | pyramid_app = wrap_app_in_wsgi_middlewares(pyramid_app, config) | |
|
162 | pyramid_app.config = config | |||
162 | return pyramid_app |
|
163 | return pyramid_app | |
163 |
|
164 | |||
164 |
|
165 |
General Comments 0
You need to be logged in to leave comments.
Login now