How do I configure memcached for Django 1.3?
The default caching doesn't work. (There are numerous issues due to it.)
memcached is recommended. However, the settings.py is for Django <= 1.2 caching.
How do you configure memcached for Django 1.3?
Comments