From 603c03726d4a9882daa904a544422d5a462bcbd8 Mon Sep 17 00:00:00 2001 From: Ali Zahedigol Date: Tue, 19 Jul 2022 09:27:24 +0300 Subject: [PATCH] (docs): Add djnago session in readthedocs/concepts/sessions.rst --- readthedocs/concepts/sessions.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readthedocs/concepts/sessions.rst b/readthedocs/concepts/sessions.rst index a94bc773..8687dc7b 100644 --- a/readthedocs/concepts/sessions.rst +++ b/readthedocs/concepts/sessions.rst @@ -103,6 +103,9 @@ There are other community-maintained implementations available: * `MongoDB `_: stores the current session in a MongoDB database. +* `Django `_: + stores all sessions for Django ORM. + Creating your Own Storage =========================