Re: per-view cache and CACHE_MIDDLEWARE_SECONDS

2007-01-18 Thread va:patrick.kranzlmueller
x = cache_page(x, 60 * 15) that´s right, isn´t it? Am 18.01.2007 um 17:35 schrieb Robert: Did you specify the timeout ? in your cache_page decorator ? -- Robert > --~--~-~--~~~---~--~~ You received this message because you are subscribed to t

Re: per-view cache and CACHE_MIDDLEWARE_SECONDS

2007-01-18 Thread Robert
Did you specify the timeout ? in your cache_page decorator ? -- Robert --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To un

per-view cache and CACHE_MIDDLEWARE_SECONDS

2007-01-18 Thread va:patrick.kranzlmueller
I´m trying to use the per-view cache, but I get the error that CACHE_MIDDLEWARE_SECONDS is missing in settings.py: Error was: 'Settings' object has no attribute 'CACHE_MIDDLEWARE_SECONDS' why do I need this, I´m not using the middleware? thanks, patrick --~--~-~--~~