How can import the Widgets of Admin.

2009-02-07 Thread Neeru
I have been tring to import the widgets of Admin for the Date and time to the ModelForm. django.contrib.admin import widgets in that AdminDateWidget() get the date field. lets say that a there is a modelform in which their is a date field say name of it is 'date'. the Date field should be unedi

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

2009-02-04 Thread Neeru
en i press submit button, just simple go to index page. nothing is entered into the table record. On Feb 5, 11:44 am, Karen Tracey wrote: > On Thu, Feb 5, 2009 at 1:23 AM, Neeru wrote: > > > thxs, > > > I have the Problem in accessing the values from the form. > > Wha

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

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