diff celeryconfig.py @ 512:d945c95ba4ac

refactoring for new vcs implementation renamed all ._short and .raw_id into .short_id updated dependency for vcs to 0.1.6
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 28 Sep 2010 20:25:58 +0000
parents d5efb83590ef
children 53aa1ee1af86
line wrap: on
line diff
--- a/celeryconfig.py	Tue Sep 28 20:14:16 2010 +0000
+++ b/celeryconfig.py	Tue Sep 28 20:25:58 2010 +0000
@@ -4,7 +4,7 @@
 import ConfigParser
 root = os.getcwd()
 
-PYLONS_CONFIG_NAME = 'development.ini'
+PYLONS_CONFIG_NAME = 'production.ini'
 
 sys.path.append(root)
 config = ConfigParser.ConfigParser({'here':root})