diff --git a/proyecto/settings.py b/proyecto/settings.py index 81c2a45..6e66468 100644 --- a/proyecto/settings.py +++ b/proyecto/settings.py @@ -423,7 +423,6 @@ CELERY_RESULT_BACKEND = os.getenv("REDIS_URL", "redis://localhost:6379/0") CELERY_ACCEPT_CONTENT = ['json'] CELERY_TASK_SERIALIZER = 'json' CELERY_RESULT_SERIALIZER = 'json' -CELERY_APP = 'proyecto.celery:app' SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO", "https")