0.10.6 fix 403

This commit is contained in:
SDE
2024-01-12 16:41:43 +03:00
parent 231d062814
commit 65120cd2d4

View File

@@ -15,6 +15,7 @@ from pathlib import Path
# Build paths inside the project like this: BASE_DIR / 'subdir'.
BASE_DIR = Path(__file__).resolve().parent.parent
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/4.2/howto/deployment/checklist/