sintonia/python_apps/airtime-celery/airtime-celery/__init__.py

6 lines
151 B
Python

# -*- coding: utf-8 -*-
import os
# Make the celeryconfig module visible to celery
os.environ["CELERY_CONFIG_MODULE"] = "airtime-celery.celeryconfig"