ruban bharath
2018-08-13 12:43:38 UTC
how to resolve this error * Error binding parameter 0 - probably
unsupported type*
db = sqlite3.connect('db.sqlite3')
cursor = db.cursor()
cursor.execute('insert into music_final(username,meaning) values(?,?)', (name, meaning))
db.commit()
unsupported type*
db = sqlite3.connect('db.sqlite3')
cursor = db.cursor()
cursor.execute('insert into music_final(username,meaning) values(?,?)', (name, meaning))
db.commit()
--
You received this message because you are subscribed to the Google Groups "Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-rest-framework+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-rest-framework+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.