aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/websetup.py
diff options
context:
space:
mode:
Diffstat (limited to 'rhodecode/websetup.py')
-rw-r--r--rhodecode/websetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rhodecode/websetup.py b/rhodecode/websetup.py
index 79321041..d342dc59 100644
--- a/rhodecode/websetup.py
+++ b/rhodecode/websetup.py
@@ -48,3 +48,4 @@ def setup_app(command, conf, vars):
dbmanage.populate_default_permissions()
Session.commit()
load_environment(conf.global_conf, conf.local_conf, initial=True)
+ dbmanage.finish()