sintonia/python_apps/airtime-celery/airtime-celery/__init__.py
2015-06-10 15:04:49 -04:00

3 lines
No EOL
125 B
Python

import os
# Make the celeryconfig module visible to celery
os.environ['CELERY_CONFIG_MODULE'] = 'airtime-celery.celeryconfig'