Hi. every one.
I'm a beginner in django.
I wrote a code for insert to mysql.
ex)
model_for_test = ModelTest(column01=postvalue1, column02=postvalue2...)
model_for_test.save()
This code made a query have no quotes like "insert ... values ( aaa, bbb
... );".
So a mysql returns error.
Interested th
Hi.
Oh. Okay. Thanks you!!!
I'll check again setting of MySQL and AWS.
Maybe It's a problem of setting of MySQL. Because update is worked well,
just insert has a problem.
Thanks.
Songhun
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To view
2 matches
Mail list logo