2021-06-05 00:39:23 +02:00

5 lines
127 B
Python

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