|
From: Alaa A. El F. <al...@tr...> - 2010-01-16 17:27:06
|
On Sat, 16 Jan 2010 19:35:31 +0800 "Traduction.BIZ" <com...@tr...> wrote: > Hi, I just installed Pootle 2.0.1 (Django 1.1). I'm trying to > customize the CSS, but my changes don't show up in the Web pages. > > I guess this is due to caching by Django? > > Is there an easy way to disable caching while I'm customizing the CSS > and templates? caching of templates only works for non logged-in (anonymous) users so if you login you can test your template changes. CSS is cached by the browser not django, on firefox you can explicitly ask for a complete refresh (ignoring javascript, css and image caches) by holding shift while you click on the reload button (shift+reload). I don't know if other browsers have a similar feature. cheers, Alaa |