django-heroku-memcacheify is a Django app that provides automatic Django memcached configuration on Heroku.
Install
To install ``django-heroku-memcacheify``, simply run ``pip install django-heroku-memcacheify`` and you'll get the latest version installed automatically.
Usage
Modify your Django ``settings.py`` file, and set:
``` python
from memcacheify import memcacheify
CACHES = memcacheify()
```
That's it.
If you've got the Heroku memcache addon installed for your app, Django will be automatically configured to use it. If not, you'll get the default local memory caching that Django offers.
Product's homepage
Requirements:
· Python
· Django
What's New in This Release: [ read full changelog ]
· Update which allows memcachier users to support multiple servers >:) Thanks @alexlod!