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 thing, It is worked well in mysql on my computer(mac), but not worked in mysql on AWS. BTW, I want to fix a code make a having quotes query all the time. Have you any idea for this? Thanks. Songhun. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/JnFiYbAc8qoJ. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.