Re: [BangPypers] seantis questionnaire - Django App

2011-11-23 Thread Asif Jamadar
I created the questionnaire app using 'seantis questionniare'. I test with only one questionset and it is working fine. But if I create multiple questionset and try to save the answers, only answers for the first questionset are saving. Suppose I have 5 questionset and I submitted answers for

Re: [BangPypers] seantis questionnaire - Django App

2011-11-23 Thread Amit Sethi
Hi Asif , Sorry if the message seems harsh in any way. As has been pointed to you earlier on the thread it is unlikely that people will know about an obscure django app. It is unlikely that even one of the developers will be able to give a direct support question kind of an answer. You will have

Re: [BangPypers] seantis questionnaire - Django App

2011-11-15 Thread Kenneth Gonsalves
On Tue, 2011-11-15 at 06:47 +, Asif Jamadar wrote: Thanks for your answer. Now how user is created in 'Subject' model of Questionnaire App? Whether we need to create manually or allow user to create his credentials? And why this app always creates AnonymousUser? the docs

Re: [BangPypers] seantis questionnaire - Django App

2011-11-15 Thread Asif Jamadar
Thank you for your answer. Another question how we can check the feature 'export CSV' in this questionnaire app? ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] seantis questionnaire - Django App

2011-11-15 Thread Gora Mohanty
On Tue, Nov 15, 2011 at 6:51 PM, Asif Jamadar asif.jama...@rezayat.net wrote: Thank you for your answer. Another question how we can check the feature 'export CSV' in this questionnaire app? No offence, but you really need to learn how to better frame your questions so that people can answer

Re: [BangPypers] seantis questionnaire - Django App

2011-11-15 Thread Kenneth Gonsalves
On Tue, 2011-11-15 at 22:32 +0530, Gora Mohanty wrote: * A smart person on the Solr mailing list put together this Wiki page on how best to use mailing lists. Somewhat Solr-specific, but definitely worth a read: http://wiki.apache.org/solr/UsingMailingLists this is the django

Re: [BangPypers] seantis questionnaire - Django App

2011-11-15 Thread Kenneth Gonsalves
On Tue, 2011-11-15 at 13:21 +, Asif Jamadar wrote: Another question how we can check the feature 'export CSV' in this questionnaire app? export CSV means to create a comma separated file which can be imported into a spreadsheet for analysis. -- regards Kenneth Gonsalves

[BangPypers] seantis questionnaire - Django App

2011-11-14 Thread Asif Jamadar
Where i can get user manual or tutorial for seantis questionnaire django application? ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] seantis questionnaire - Django App

2011-11-14 Thread Senthil Kumaran
Right in this list, by asking. https://github.com/rmt/seantis-questionnaire/wiki :-) On Mon, Nov 14, 2011 at 01:52:37PM +, Asif Jamadar wrote: Where i can get user manual or tutorial for seantis questionnaire django application? ___

Re: [BangPypers] seantis questionnaire - Django App

2011-11-14 Thread Kenneth Gonsalves
On Mon, 2011-11-14 at 13:52 +, Asif Jamadar wrote: Where i can get user manual or tutorial for seantis questionnaire django application? their website would be a good place. -- regards Kenneth Gonsalves ___ BangPypers mailing list

Re: [BangPypers] seantis questionnaire - Django App

2011-11-14 Thread Asif Jamadar
Can you provide me the url for their webite? ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] seantis questionnaire - Django App

2011-11-14 Thread Gora Mohanty
On Tue, Nov 15, 2011 at 10:07 AM, Asif Jamadar asif.jama...@rezayat.net wrote: Can you provide me the url for their webite? Are you reading replies to your message? Senthil already provided you a URL: https://github.com/rmt/seantis-questionnaire/wiki and you could have found the same with a

Re: [BangPypers] seantis questionnaire - Django App

2011-11-14 Thread Kenneth Gonsalves
On Tue, 2011-11-15 at 04:37 +, Asif Jamadar wrote: Can you provide me the url for their webite? http://duckduckgo.com/?q=seantis+questionnaire -- regards Kenneth Gonsalves ___ BangPypers mailing list BangPypers@python.org

[BangPypers] seantis questionnaire - Django App

2011-11-14 Thread Asif Jamadar
Thanks for your answer. Now how user is created in 'Subject' model of Questionnaire App? Whether we need to create manually or allow user to create his credentials? And why this app always creates AnonymousUser? ___ BangPypers mailing list