django-redis-constant

A simple Django app to manage constant values using redis


License
MIT
Install
pip install django-redis-constant==0.1

Documentation

django-redis-constant

django-redis-constant is a django app which make managing constant values easier using redis as the backend.

Quick start

Just Add "django-redis-constant" to your INSTALLED_APPS setting like this:

INSTALLED_APPS = (
... 'django-redis-constant',

)