Posts by Uriel Libano • 18 points
3 posts
-
0
votes0
answers37
viewsQ: I cannot see the database data in the Django-Rest-framework api
I’m trying to set up a chess board with Django Rest Framework, so I want only the positions to be loaded, but I always get returned only "None". This is because the last database records are…
-
0
votes1
answer895
viewsA: How to traverse the string by words or by letters?
Well, I don’t understand exactly what your doubt is, but I believe that if you’re just going through the string for words, you can use the method "split()" for the string to become a word list. For…
-
0
votes1
answer135
viewsQ: Error when connecting an IP camera to Opencv (-215:Assertion failed)
Good afternoon, guys! What’s up? So, I’m trying to connect a webcam per ip to the open cv, the webcam would be the camera on my phone and I’m using the Droid cam for that. It happens that I always…