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
Post a Comment