diff rhodecode/__init__.py @ 1723:64e91067b996 beta

- refactoring to overcome poor usage of global pylons config - db transaction fixes - fixed tests - garden
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 26 Nov 2011 02:16:21 +0200
parents 70e646b2806a
children 60a00fd76d58
line wrap: on
line diff
--- a/rhodecode/__init__.py	Sat Nov 26 00:11:32 2011 +0200
+++ b/rhodecode/__init__.py	Sat Nov 26 02:16:21 2011 +0200
@@ -54,3 +54,10 @@
     'hg': 'Mercurial repository',
     #'git': 'Git repository',
 }
+
+CELERY_ON = False
+
+# link to config for pylons
+CONFIG = None
+
+