mirror of
https://github.com/django/django.git
synced 2025-04-01 12:06:43 +00:00
[1.8.x] Updated memcached library links to point to PyPI.
Backport of d772d812cf583e0f99e21850f26addf1d59bfa35 from master
This commit is contained in:
parent
bcf5fb78d7
commit
77ced0b740
@ -79,8 +79,8 @@ After installing Memcached itself, you'll need to install a Memcached
|
||||
binding. There are several Python Memcached bindings available; the
|
||||
two most common are `python-memcached`_ and `pylibmc`_.
|
||||
|
||||
.. _`python-memcached`: ftp://ftp.tummy.com/pub/python-memcached/
|
||||
.. _`pylibmc`: http://sendapatch.se/projects/pylibmc/
|
||||
.. _`python-memcached`: https://pypi.python.org/pypi/python-memcached
|
||||
.. _`pylibmc`: https://pypi.python.org/pypi/pylibmc
|
||||
|
||||
To use Memcached with Django:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user