Show More
@@ -52,6 +52,7 def load_environment(global_conf, app_co | |||||
52 | if os.path.isfile(path): |
|
52 | if os.path.isfile(path): | |
53 | rcext = create_module('rc', path) |
|
53 | rcext = create_module('rc', path) | |
54 | rhodecode.EXTENSIONS = rcext |
|
54 | rhodecode.EXTENSIONS = rcext | |
|
55 | log.debug('Found rcextensions now loading %s...' % rcext) | |||
55 | # Setup cache object as early as possible |
|
56 | # Setup cache object as early as possible | |
56 | import pylons |
|
57 | import pylons | |
57 | pylons.cache._push_object(config['pylons.app_globals'].cache) |
|
58 | pylons.cache._push_object(config['pylons.app_globals'].cache) |
General Comments 0
You need to be logged in to leave comments.
Login now