Skip to content

Commit

Permalink
Supprime SESSION_ENGINE de zds/settings/prod.py
Browse files Browse the repository at this point in the history
Ce paramètre possède la même valeur que sa définition dans
zds/settings/abstract_base/django.py, quelque soit l'environnement
d'exécution.

Fait suite à la PR #6021
  • Loading branch information
philippemilink authored and Situphen committed Mar 10, 2024
1 parent cca3629 commit 2910ebf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zds/settings/prod.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
}
}

SESSION_ENGINE = "django.contrib.sessions.backends.cached_db"
SESSION_COOKIE_AGE = 60 * 60 * 24 * 7 * 4

MEDIA_ROOT = Path("/opt/zds/data/media")
Expand Down

0 comments on commit 2910ebf

Please sign in to comment.