diff --git a/proyecto/celery.py b/proyecto/celery.py index b5085d3..246a145 100644 --- a/proyecto/celery.py +++ b/proyecto/celery.py @@ -5,4 +5,6 @@ app = Celery('proyecto') os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'proyecto.settings') app.config_from_object('django.conf:settings', namespace="CELERY") +app.user_options = {} + app.autodiscover_tasks() \ No newline at end of file