Commit 687f2034 authored by Ilya Simonov's avatar Ilya Simonov

fix celery config

parent f407845a
......@@ -5,7 +5,7 @@ from celery.schedules import crontab
from celery.signals import after_setup_logger
# set the default Django settings module for the 'celery' program.
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'cp_video.settings.local')
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'cp_video.settings')
app = Celery('cp_video')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment