diff --git a/celeryconfig.py b/celeryconfig.py --- a/celeryconfig.py +++ b/celeryconfig.py @@ -4,7 +4,7 @@ import os import ConfigParser root = os.getcwd() -PYLONS_CONFIG_NAME = 'test.ini' +PYLONS_CONFIG_NAME = 'production.ini' sys.path.append(root) config = ConfigParser.ConfigParser({'here':root})