Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 569 Bytes

index.rst

File metadata and controls

26 lines (18 loc) · 569 Bytes

Django User Sessions's Documentation

Django includes excellent built-in sessions, however all the data is hidden away into base64 encoded data. This makes it very difficult to run a query on all active sessions for a particular user. django-user-sessions fixes this and makes session objects a first class citizen like other ORM objects.

Contents:

installation usage reference release-notes

Indices and tables

  • genindex
  • modindex
  • search