diff --git a/proyecto/celery.py b/proyecto/celery.py index 33fc8e5..b5085d3 100644 --- a/proyecto/celery.py +++ b/proyecto/celery.py @@ -5,6 +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() - -from tienda import tasks as tienda_tasks \ No newline at end of file +app.autodiscover_tasks() \ No newline at end of file