Skip to content

christianciu/django-smart-session-engine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-smart-session-engine

Django Smart Session Engine allows django application to do more with its session capabilities. On top of normal session engine capabilities that Django provide, this package provide these capabilities:

  • Get all of user's session (TODO)
  • Get all session based on channel (TODO)

Installation

TODO

Dependencies

  • django > 2.x
  • django-redis

Configuration

Put the following in settings.py

SESSION_ENGINE = "smart_session_engine.session_engine"
SMART_SESSION_ENGINE_CONNECTION_URL = "redis://127.0.0.1:6379/1"

How to use

TODO

Testing

django-admin.py test smart_session_engine.tests --settings=smart_session_engine.tests.settings --pythonpath=.
Disclaimer

Created and maintained by Stamps, Indonesia's most elegant CRM/loyalty platform.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%