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

python - Does anyone know how to configure the hunpos wrapper class on nltk? -

mysql - How to insert just year and month into date field? -