django-heroku-memcacheify

Automatic Django memcached configuration on Heroku
Download

django-heroku-memcacheify Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Public Domain
  • Price:
  • FREE
  • Publisher Name:
  • Randall Degges
  • Publisher web site:
  • http://github.com/comradeb14ck/

django-heroku-memcacheify Tags


django-heroku-memcacheify Description

django-heroku-memcacheify is a Django app that provides automatic Django memcached configuration on Heroku. InstallTo install ``django-heroku-memcacheify``, simply run ``pip install django-heroku-memcacheify`` and you'll get the latest version installed automatically.UsageModify your Django ``settings.py`` file, and set:``` pythonfrom memcacheify import memcacheifyCACHES = 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


django-heroku-memcacheify Related Software