Re: runserver cache my template files

2012-06-22 Thread Kurtis Mullins
Are you using a non-temorary caching mechanism like Memcache or DB Caching? If so, do you have caching directives in your templates? On Fri, Jun 22, 2012 at 3:21 AM, Tomás Garzón Hervás wrote: > Yes, and I reload the browser with empty cache. > thanks > > > On Friday, June 22, 2012 9:02:23 AM UTC

Re: runserver cache my template files

2012-06-22 Thread Tomás Garzón Hervás
Yes, and I reload the browser with empty cache. thanks On Friday, June 22, 2012 9:02:23 AM UTC+2, bruno desthuilliers wrote: > > I assume you did check your browser cache ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussio

runserver cache my template files

2012-06-22 Thread bruno desthuilliers
I assume you did check your browser cache ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/vcMDF4DurtYJ. To post to this group, send email to django-users

runserver cache my template files

2012-06-21 Thread Tomás Garzón Hervás
Hi, I've updated to django 1.4 and I have many "cache" problems with runserver when I change only templates files in my project. If I change my source code of html file, when I go to browser to view this page, I can't see the new code in my html file. I have to reboot the runserver and reload t