Re: Required help for Basic Data insertion to the database from a form

2009-02-05 Thread Karen Tracey
On Thu, Feb 5, 2009 at 2:24 AM, Neeru wrote: > > comming to my problem... > > as far this code works fine. there is no error in this. > I able to display the form text fields in the form when i use the > url. > In views.py file, >how can i access the separate field values that have been >

Re: Required help for Basic Data insertion to the database from a form

2009-02-04 Thread Neeru
sorry for not tell u in problem detail in detail. i'm new to this kind of stuff. i havn't done this before. I will try to figure out a way to explain u. I tried all the stuff that u have said with example. anyway thanks. comming to my problem... as far this code works fine. there is no e

Re: Required help for Basic Data insertion to the database from a form

2009-02-04 Thread Karen Tracey
On Thu, Feb 5, 2009 at 1:23 AM, Neeru wrote: > > thxs, > > I have the Problem in accessing the values from the form. > What Problem? You haven't described any problem, you just dumped a bunch of code in an email and said "hi all, please fix this (quick!) for me". You need to describe what is n

Re: Required help for Basic Data insertion to the database from a form

2009-02-04 Thread Neeru
thxs, I have the Problem in accessing the values from the form. On Feb 5, 11:13 am, Karen Tracey wrote: > On Thu, Feb 5, 2009 at 12:55 AM, Neeru wrote: > > > hi all, > > > As i'm new to the Django framework, > > i want to know the how can i insert the form data into the database. > > Plz l

Re: Required help for Basic Data insertion to the database from a form

2009-02-04 Thread Karen Tracey
On Thu, Feb 5, 2009 at 12:55 AM, Neeru wrote: > > hi all, > > As i'm new to the Django framework, > i want to know the how can i insert the form data into the database. > Plz let me know the solution and necessary changes that have to be > done > > program is like > > > -

Required help for Basic Data insertion to the database from a form

2009-02-04 Thread Neeru
hi all, As i'm new to the Django framework, i want to know the how can i insert the form data into the database. Plz let me know the solution and necessary changes that have to be done program is like - in m