Added celery

This commit is contained in:
ayxan
2022-10-13 20:28:00 +04:00
parent e87d31b15a
commit 2f76621e10
2 changed files with 6 additions and 2 deletions

View File

@@ -94,5 +94,4 @@ EMAIL_PORT = 465
EMAIL_USE_SSL = True
DEFAULT_FROM_EMAIL = EMAIL_HOST_USER
# CELERY_BROKER_URL = "redis://localhost:6379"
# CELERY_RESULT_BACKEND = "redis://localhost:6379"
CELERY_BROKER_URL = "amqp://guest:guest@rabbitmq:5672/"