Discussion:
Error binding parameter 0 - probably unsupported type
ruban bharath
2018-08-13 12:43:38 UTC
Permalink
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()
--
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.
Jason
2018-08-14 00:45:28 UTC
Permalink
what does this have to do with django or django rest framework?
--
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.
ruban bharath
2018-08-14 05:36:45 UTC
Permalink
sir i have a problem with django integration with Facebook

When i try to login with Facebook using django i got a error like


*url blocked: this redirect failed because the redirect uri is not
white-listed in the app's client oauth settings. make sure that the client
and web oauth logins are on and add all your app domains as valid oauth
redirect uris.*


how to solve this error in django
Post by Jason
what does this have to do with django or django rest framework?
--
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.
Continue reading on narkive:
Loading...