Show More
@@ -47,7 +47,6 b' from rhodecode.lib.vcs import VCSCommuni' | |||
|
47 | 47 | from rhodecode.lib.exceptions import VCSServerUnavailable |
|
48 | 48 | from rhodecode.lib.middleware.appenlight import wrap_in_appenlight_if_enabled |
|
49 | 49 | from rhodecode.lib.middleware.https_fixup import HttpsFixup |
|
50 | from rhodecode.lib.celerylib.loader import configure_celery | |
|
51 | 50 | from rhodecode.lib.plugins.utils import register_rhodecode_plugin |
|
52 | 51 | from rhodecode.lib.utils2 import aslist as rhodecode_aslist, AttributeDict |
|
53 | 52 | from rhodecode.lib.exc_tracking import store_exception |
@@ -237,6 +236,7 b' def includeme_first(config):' | |||
|
237 | 236 | |
|
238 | 237 | |
|
239 | 238 | def includeme(config, auth_resources=None): |
|
239 | from rhodecode.lib.celerylib.loader import configure_celery | |
|
240 | 240 | log.debug('Initializing main includeme from %s', os.path.basename(__file__)) |
|
241 | 241 | settings = config.registry.settings |
|
242 | 242 | config.set_request_factory(Request) |
General Comments 0
You need to be logged in to leave comments.
Login now