On 1/6/06, wiz <[EMAIL PROTECTED]> wrote: > What is the right steps for doing per-view caching? I've tried > decorators from cache.txt docs, but all i have got is ViewNotFound > exception, originating from cores of framework...
The function decorators are the right way to do it. See the docs here: http://www.djangoproject.com/documentation/cache/#the-per-page-cache Since you got an error, I suspect maybe you had the syntax wrong. Python's decorator syntax changed between versions 2.3 and 2.4, so make sure you're using the right version for your Python version. Using the 2.3 syntax is a safe bet. Feel free to show us your full traceback -- that'd help us debug your problem. Adrian -- Adrian Holovaty holovaty.com | djangoproject.com | chicagocrime.org