I am using in place edit to submit a change of title of the question for editing. Later I plan to expand it to the content of the question also. I have so far been able to submit data by ajax for processing but can't seem to to save it to database. Can someone please tell me the basics of saving it to database now. I have been a php guy and this is my first try with python and django. Thanks

asked 24 May '11, 03:10

Eric's gravatar image

Eric
7623
accept rate: 0%

1

@Eric, to have a better understanding about Django Models, consider studying the documentation and specifically:

  1. The initial Django tutorial: http://docs.djangoproject.com/en/1.3/intro/tutorial01/
  2. Making queries: http://docs.djangoproject.com/en/1.3/topics/db/queries/
(24 May '11, 16:42) Jordan ♦♦
Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×62
×10

Asked: 24 May '11, 03:10

Seen: 241 times

Last updated: 24 May '11, 16:42

powered by OSQA