⚠️ Breaking changes
- SVN Support dropped,
SVN_LD_LIBRARY_PATH
option removed
Important changes
New settings are available.
Web settings:
# If True, redirects all non-HTTPS requests to HTTPS
SECURE_SSL_REDIRECT=True
# A list of trusted origins for unsafe requests.
#
# /!\ IF SET, IT SHOULD ALSO CONTAIN THE DOMAINS WHERE THE APP IS AVAILABLE.
#
# The setting also supports subdomains, so you could add `https://*.example.com`,
# for example, to allow access from all subdomains of `example.com`. Multiple
# domains must be separated by a comma: `https://example1.com,https://example2.com`.
#
# See: https://docs.djangoproject.com/en/5.1/ref/settings/#csrf-trusted-origins
CSRF_TRUSTED_ORIGINS=
Database settings:
# Controls if the database needs a secure connection with the app
DATABASE_SSLMODE=True