Re: Template Caching with Messages

2013-04-26 Thread Venkatraman S
I find testing in dev server(runserver) using a filebased cache is the easiest and quickest way to test. One can delete the files and check if and when new entries are created in the folder. -V On Fri, Apr 26, 2013 at 6:58 PM, Chris Lawlor wrote: > V, > > You're exactly correct - make sure you o

Re: Template Caching with Messages

2013-04-26 Thread Chris Lawlor
V, You're exactly correct - make sure you only cache what you actually want cached : ) Anything that should only be visible for one page view isn't a good candidate for caching. If your page has any sort of content that is specific to the current user - login state, etc., you probably don't wan