diff --git a/proyecto/celery.py b/proyecto/celery.py index 7da552d..2113583 100644 --- a/proyecto/celery.py +++ b/proyecto/celery.py @@ -8,6 +8,6 @@ django.setup() app = Celery('proyecto') app.config_from_object('django.conf:settings', namespace="CELERY") -app.user_options = {} +user_options = {} app.autodiscover_tasks() \ No newline at end of file