[BangPypers] django signals

Gora Mohanty gora at mimirtech.com
Tue Nov 15 09:20:27 CET 2011


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


More information about the BangPypers mailing list