5 lines
96 B
Python
5 lines
96 B
Python
__version__ = "0.4.0-dev"
|
|
|
|
import os
|
|
os.environ['CELERY_CONFIG_MODULE'] = 'oyster.celeryconfig'
|