Tagged Questions
2
votes
1answer
316 views
Why doesn't Django's per-site cache middleware work for me?
I am using Django 1.3 beta 1 and set up memcached. I made changes to my settings.py per Django's instructions:
CACHES = {
'default': {
'BACKEND': ...