Django

Code

Show
Ignore:
Timestamp:
06/17/07 17:18:54 (2 years ago)
Author:
clong
Message:

per-object-permissions: Merged to trunk [5486] NOTE: Not fully tested, will be working on this over the next few weeks.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/per-object-permissions/docs/cache.txt

    r3630 r5488  
    6767 
    6868After installing Memcached itself, you'll need to install the Memcached Python 
    69 bindings. They're in a single Python module, memcache.py, available at 
    70 ftp://ftp.tummy.com/pub/python-memcached/ . If that URL is no longer valid, 
    71 just go to the Memcached Web site (http://www.danga.com/memcached/) and get the 
    72 Python bindings from the "Client APIs" section. 
     69bindings. Two versions of this are available. Choose and install *one* of the 
     70following modules: 
     71 
     72    * The fastest available option is a module called ``cmemcache``, available 
     73      at http://gijsbert.org/cmemcache/ . (This module is only compatible with 
     74      the Django development version. Django 0.96 is only compatible with the 
     75      second option, below.) 
     76 
     77    * If you can't install ``cmemcache``, you can install ``python-memcached``, 
     78      available at ftp://ftp.tummy.com/pub/python-memcached/ . If that URL is 
     79      no longer valid, just go to the Memcached Web site 
     80      (http://www.danga.com/memcached/) and get the Python bindings from the 
     81      "Client APIs" section. 
    7382 
    7483To use Memcached with Django, set ``CACHE_BACKEND`` to 
     
    251260See the `middleware documentation`_ for more on middleware. 
    252261 
    253 .. _`middleware documentation`: http://www.djangoproject.com/documentation/middleware/ 
     262.. _`middleware documentation`: ../middleware/ 
    254263 
    255264The per-view cache