Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hellysmile/django-iron-sessions
iron.io cache as Django sessions backend
https://github.com/hellysmile/django-iron-sessions
Last synced: about 11 hours ago
JSON representation
iron.io cache as Django sessions backend
- Host: GitHub
- URL: https://github.com/hellysmile/django-iron-sessions
- Owner: hellysmile
- License: apache-2.0
- Created: 2013-02-27T17:43:10.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-05T01:59:37.000Z (almost 12 years ago)
- Last Synced: 2025-01-13T00:27:17.844Z (13 days ago)
- Language: Python
- Homepage: https://pypi.python.org/pypi/django-iron-sessions
- Size: 148 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
django-iron-sessions
====================:info: `iron.io `_ cache as Django sessions backend
Why new sessions backend with non free solution?!
-------------------------------------------------Why not! `iron.io `_ is great service with
awesome live support :)`iron.io `_ provides 100mb and 10M API requests
per month for free10 000 000 / 30 / 24 / 60 / 60 it's about 4 requests per seconds
with 24/7 loading for your Django applictionquick start
-----------run::
heroku addons:add iron_cache:developer
pip install django-iron-sessionsconfigure set ``iron_sessions.session`` as your session engine::
SESSION_ENGINE = 'iron_sessions.session'
options::
IRON_CACHE_PROJECT_ID=
IRON_CACHE_TOKEN=*if you are on heroku, just skip it*
tests::
export IRON_CACHE_PROJECT_ID=
export IRON_CACHE_TOKEN=
tox*Python 3.2+ Django 1.5+ ready,
but currently iron_core and iron_cache have some issues with Python 3,
you can check my forks*