Sunday, August 29, 2010

Unable to add two Numbers

i am the new user of Django, i try the tutorials of  django wesite
http://docs.djangoproject.com/en/1.2/intro/tutorial01/
 


Now i create a application in django to add two numbers, After filling form.
and store the values of two inputs and output after add two numbers in
databases.

me able to create form and database using model.py file and using template,
but me face problem to store the two input value in database after
filling in form text box.

me try use request.POST function to get the value, but me also fail to
get the form values.

Please suggest me how i get the value from form text fields and store
in database.

--
Harbhag Singh Sohal
Website : http://harbhag.wordpress.com/


--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment