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'