datarushpobeda

This commit is contained in:
ITQ
2025-03-01 09:30:09 +03:00
parent 6f97dd741a
commit 0eeb29ef33
14 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ from celery import Celery
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "config.settings")
app = Celery("project_name")
app = Celery("datarush")
app.config_from_object("django.conf:settings", namespace="CELERY")
app.autodiscover_tasks()