(docs): Add djnago session in readthedocs/concepts/sessions.rst

This commit is contained in:
Ali Zahedigol 2022-07-19 09:27:24 +03:00
parent 066820900d
commit 603c03726d

View File

@ -103,6 +103,9 @@ There are other community-maintained implementations available:
* `MongoDB <https://github.com/watzon/telethon-session-mongo>`_:
stores the current session in a MongoDB database.
* `Django <https://github.com/ali-zahedi/django-telethon>`_:
stores all sessions for Django ORM.
Creating your Own Storage
=========================