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