diff --git a/rhodecode/config/middleware.py b/rhodecode/config/middleware.py --- a/rhodecode/config/middleware.py +++ b/rhodecode/config/middleware.py @@ -16,6 +16,7 @@ from rhodecode.lib.middleware.simplegit from rhodecode.lib.middleware.https_fixup import HttpsFixup from rhodecode.config.environment import load_environment + def make_app(global_conf, full_stack=True, static_files=True, **app_conf): """Create a Pylons WSGI application and return it