set CELERY_CONFIG_MODULE

This commit is contained in:
James Turk 2011-10-06 10:32:14 -04:00
parent 979775ac72
commit 00c3fd59f4

View File

@ -1 +1,4 @@
__version__ = "0.2.1"
import os
os.environ['CELERY_CONFIG_MODULE'] = 'oyster.celeryconfig'