From 00c3fd59f4388ab3d06fc037e81323edcf31d531 Mon Sep 17 00:00:00 2001 From: James Turk Date: Thu, 6 Oct 2011 10:32:14 -0400 Subject: [PATCH] set CELERY_CONFIG_MODULE --- oyster/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/oyster/__init__.py b/oyster/__init__.py index 3ced358..15a4f1f 100644 --- a/oyster/__init__.py +++ b/oyster/__init__.py @@ -1 +1,4 @@ __version__ = "0.2.1" + +import os +os.environ['CELERY_CONFIG_MODULE'] = 'oyster.celeryconfig'