diff rhodecode/websetup.py @ 2827:d30c0a9867c4 beta

warn user about not using waitress on python2.5
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 08 Sep 2012 00:17:06 +0200
parents 957329c1c35b
children 909143a4dde5 29630805893d
line wrap: on
line diff
--- a/rhodecode/websetup.py	Sat Sep 08 00:07:07 2012 +0200
+++ b/rhodecode/websetup.py	Sat Sep 08 00:17:06 2012 +0200
@@ -48,3 +48,4 @@
     dbmanage.populate_default_permissions()
     Session.commit()
     load_environment(conf.global_conf, conf.local_conf, initial=True)
+    dbmanage.finish()