Friendly Redis for Django on Heroku
Project description
A user-friendly method to configure Django projects on Heroku to use Redis.
Inspired by the work of Randall Degges.
Usage
Place this code into your project’s settings.py:
from redisify import redisify CACHES = {'default': redisify(default='redis://localhost')}
Full documentation can be found on Read the Docs.
Installation
Installing django-heroku-redisify is easy:
pip install django-heroku-redisify
or download the source and run:
python setup.py install
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-heroku-redisify-0.1.0.tar.gz
.
File metadata
- Download URL: django-heroku-redisify-0.1.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15d38c7b02c8dddf31808908f08d97da947d77da89c3bfd1dd752feeb8c26223 |
|
MD5 | 6340ed763d09ab071e410248debe7933 |
|
BLAKE2b-256 | 7a4185243e553e75bd897e8c8b31182e6c69b711b61ca062e4630285d7952554 |