python - send form values to mysql database -


i have installed mysqldb in python2.7(64bit), want know how can send form values mysql database.

start reading.

http://docs.djangoproject.com/en/1.2/intro/tutorial01/ http://docs.djangoproject.com/en/1.2/intro/tutorial02/ http://docs.djangoproject.com/en/1.2/intro/tutorial03/ http://docs.djangoproject.com/en/1.2/intro/tutorial04/

once you've understood can @ forms documentation (http://docs.djangoproject.com/en/1.2/topics/forms/) , models documentation (http://docs.djangoproject.com/en/1.2/topics/db/models/)


Comments

Popular posts from this blog

Javascript line number mapping -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -