diff --git a/proyecto/celery.py b/proyecto/celery.py index 2a03a87..b5085d3 100644 --- a/proyecto/celery.py +++ b/proyecto/celery.py @@ -5,4 +5,4 @@ app = Celery('proyecto') os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'proyecto.settings') app.config_from_object('django.conf:settings', namespace="CELERY") -app.autodiscover_tasks(['tienda.tasks']) \ No newline at end of file +app.autodiscover_tasks() \ No newline at end of file