Added celery and rabbitmq

This commit is contained in:
maciejrusek
2026-03-17 20:42:58 +01:00
parent 8b55be1b9c
commit e0ff3e1cf6
11 changed files with 59 additions and 27 deletions

View File

View File

@@ -0,0 +1,3 @@
from config.env import env
CELERY_BROKER_URL = env("CELERY_BROKER_URL")