repositories: rewrote whole admin section to pyramid.
- fixed few small found problems - code cleanups
This commit is contained in:
parent
fadfe2a810
commit
928129ed6c
53 changed files with 1557 additions and 1604 deletions
|
|
@ -143,6 +143,8 @@ def load_pyramid_environment(global_config, settings):
|
|||
|
||||
# Store the settings to make them available to other modules.
|
||||
rhodecode.PYRAMID_SETTINGS = settings_merged
|
||||
# NOTE(marcink): needs to be enabled after full port to pyramid
|
||||
# rhodecode.CONFIG = config
|
||||
|
||||
# If this is a test run we prepare the test environment like
|
||||
# creating a test database, test search index and test repositories.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue