1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-23 10:36:37 +02:00

Use Django 4.1 (soon 4.2) to use the new async framework

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2023-03-22 12:14:24 +01:00
parent f3d611913e
commit 19f41152ee
5 changed files with 31 additions and 7 deletions

View File

@ -25,7 +25,6 @@ DEFAULT_FROM_EMAIL = os.getenv('FROM_EMAIL', 'Contact TFJM²') + f" <{SERVER_EMA
# Security settings
SECURE_CONTENT_TYPE_NOSNIFF = False
SECURE_BROWSER_XSS_FILTER = False
SESSION_COOKIE_SECURE = False
CSRF_COOKIE_SECURE = False
CSRF_COOKIE_HTTPONLY = False