fix login api

This commit is contained in:
behruz-dev
2025-07-29 13:20:31 +05:00
parent a855846a55
commit a697c6a6a3
4 changed files with 8 additions and 6 deletions

View File

@@ -5,3 +5,5 @@ CELERY_BROKER_URL = 'redis://redis:6379/0'
CELERY_ACCEPT_CONTENT = ['json']
CELERY_TASK_SERIALIZER = 'json'
CELERY_TIMEZONE = settings.TIME_ZONE
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')