diff --git a/proyecto/celery.py b/proyecto/celery.py index 84e4d3d..e2f97d2 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']) \ No newline at end of file +from tienda import tasks \ No newline at end of file