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

@@ -131,3 +131,5 @@ USE_TZ = True
# https://docs.djangoproject.com/en/6.0/howto/static-files/
STATIC_URL = "static/"
from config.settings.celery import *