On Tue, Nov 15, 2011 at 1:39 PM, Asif Jamadar <asif.jamadar at rezayat.net> wrote: > > Is there any way to implement timer using django for each page? Timers are best done with Javascript at the front-end, backed by verification in the back-end. Normally, the back-end can only be informed of changes on a page reload, or via an AJAX call. Regards, Gora