Re: am new to use forms in django..

2012-07-01 Thread manish girdhar
hii..thanks for the concern ... yeha i have gone through it..and now that problem is solved.. On Sun, Jul 1, 2012 at 5:33 PM, pankaj anand wrote: > Have you gone through this ? > > https://docs.djangoproject.com/en/dev/topics/forms/?from=olddocs > > > On Saturday, 30 June 2012 01:09:47 UTC+5:

Re: am new to use forms in django..

2012-07-01 Thread pankaj anand
Have you gone through this ? https://docs.djangoproject.com/en/dev/topics/forms/?from=olddocs On Saturday, 30 June 2012 01:09:47 UTC+5:30, rick wrote: > > > > On Sat, Jun 30, 2012 at 12:09 AM, rick wrote: > >> i dont knw where to make a form...right now i am making form in model.py >> ,with t

Re: am new to use forms in django..

2012-06-29 Thread manish girdhar
On Sat, Jun 30, 2012 at 12:09 AM, rick wrote: > i dont knw where to make a form...right now i am making form in model.py > ,with the name Student_loginForm class..and when i make a template to > run on servererror comes is > > TypeError at /record_system/studentid > > 'DeclarativeFiel

am new to use forms in django..

2012-06-29 Thread rick
i dont knw where to make a form...right now i am making form in model.py ,with the name Student_loginForm class..and when i make a template to run on servererror comes is TypeError at /record_system/studentid 'DeclarativeFieldsMetaclass' object is not iterable thanks in advance.