django-redis-constant 0.1
Latest release
Released:
A simple Django app to manage constant values using redis
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT License)
- Author: Mahdi Zareie
Classifiers
- Environment
- Framework
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
=====
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 = (
...
'Const',
)
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 = (
...
'Const',
)
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT License)
- Author: Mahdi Zareie
Classifiers
- Environment
- Framework
- Intended Audience
- License
- Operating System
- Programming Language
- Topic