Re: [BangPypers] django signals

2011-11-15 Thread Venkatraman S
On Tue, Nov 15, 2011 at 12:54 PM, Asif Jamadar asif.jama...@rezayat.netwrote: I'm going to implement questionnaire application using django. Each page consist of 4 questions. Now how can i implement time for each page. Suppose each page has 30 min how can i implement this for my questionnaire

Re: [BangPypers] django signals

2011-11-15 Thread Asif Jamadar
Is there any way to implement timer using django for each page? ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] django signals

2011-11-15 Thread Asif Jamadar
Can anybody explain me how these django signals works with example? ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] django signals

2011-11-15 Thread Roshan Mathews
On Tue, Nov 15, 2011 at 14:12, Asif Jamadar asif.jama...@rezayat.net wrote: Can anybody explain me how these django signals works with example? Yes, Alon Swartz can, over here - http://www.turnkeylinux.org/blog/django-signals Found via this wonderful site -

Re: [BangPypers] django signals

2011-11-15 Thread Kenneth Gonsalves
On Tue, 2011-11-15 at 14:19 +0530, Roshan Mathews wrote: Found via this wonderful site - https://www.google.com/search?q=django+signals+example which gave much better results than http://duckduckgo.com/?q=django+signals+example I resent that ;-). How about this:

[BangPypers] django signals

2011-11-14 Thread Asif Jamadar
I'm going to implement questionnaire application using django. Each page consist of 4 questions. Now how can i implement time for each page. Suppose each page has 30 min how can i implement this for my questionnaire application. Is this can be achived by django signal?