many to many key and model form

2012-03-06 Thread Miten
model form and use form instead. If I use form I can effectively handle form validation and extraction but then I wanted to see how I could leverage model form and reduce coding. Regards, Miten. -- You received this message because you are subscribed to the Google Groups "Django users&quo

many to many intermediary - template - model form

2012-03-06 Thread Miten
Hi, Below are my models, forms, views, template snippets. I am unable to code the django techniques well as I would like to use form to enable me do validation, POST extraction etc. It seems when using many to many key we cannot make good use of stuff. can one point me to good example which can

import error

2012-02-03 Thread Miten
://dpaste.com/697051/ http://dpaste.com/697053/ http://dpaste.com/697144/ please take a look and advice. I am able to import login from django shell fine. Regards, Miten. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Re: ImportError at /accounts/login/

2012-02-02 Thread Miten
Hi, Thanks for reply. I sought help from irc django channel and they asked for the same. Actually in urls.py in url call we cannot include views. I corrected it to plain url string and it worked. Regards, Miten. On Feb 2, 8:49 pm, akaariai wrote: > I don't think we are able to

ImportError at /accounts/login/

2012-02-02 Thread Miten
dist\\python\\PROJ\\core\\2.5.4', '//ms/dist/python/PROJ/msversion/1.0/lib', '//ms/dist/python/PROJ/ms.version/prod-2.5/lib'] Server time:Thu, 2 Feb 2012 15:58:44 +0530 Regards, Miten. -- You received this message because you are subscribed to the Google Groups