|
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 |
@Eric, to have a better understanding about Django Models, consider studying the documentation and specifically: