Tagged Questions
3
votes
2answers
160 views
Use middleware or a custom template tag for infrequently changing snippet
I've got a small snippet that I want in my sidebar. The snippet will be visible on each page, and while cheap to fetch (about 50ms on my super-slow netbook!), will change so infrequently that I'd ...
2
votes
1answer
293 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': ...