cookiecutter-django/{{cookiecutter.repo_name}}/requirements.txt
Saurabh Kumar cfa787384d fix(settings): fixes wrong cache config used for heroku
* Installs `django-heroku-memcacheify` only on heroku to 
  avoid installing `libmemcached-dev`[1] locally. 

[1] https://github.com/rdegges/django-heroku-memcacheify#install

Fixes: https://github.com/pydanny/cookiecutter-django/issues/80
2014-03-22 22:46:28 +05:30

6 lines
197 B
Plaintext

# This file is here because many Platforms as a Service look for
# requirements.txt in the root directory of a project.
pylibmc==1.2.3
django-heroku-memcacheify==0.5
-r requirements/production.txt