Re: problem with inserting data through sqlite manually.

2013-05-11 Thread Pradeep Kumar
Hi Anvesh, I didn't understand how you were trying to insert into the tables. Probably your sql code would have helped us hitting on the nail of the problem but anyways let me give you general answers: a) If id field is auto in the database one doesn't need to mention or enter it explicitly while

problem with inserting data through sqlite manually.

2013-05-10 Thread Avnesh Shakya
Hi, I am inserting data into my models using sqlite3 manually, but it's not storing without id, it's generating error, this Id is generated automatically in django. how is it possible that i can store data without taking id value. please help me out. thanks. -- You received this me