Posts by Pedro Ribeiro • 25 points
5 posts
-
2
votes1
answer68
viewsQ: Searching for a field contained in several models
I have a manager in my project, which is to make TAGS, and on the front of my system the user will search a tag, and it will return everything related to that tag. Follow the models.py: from…
-
0
votes2
answers351
viewsQ: Inserting data into the database via PHP OO
I have a class that does some functions to insert and search for information inside the database, I already made the connection, but I do not know how to handle this form, pass the class in the form…
phpasked Pedro Ribeiro 25 -
0
votes2
answers58
viewsQ: Random search doesn’t work
I want to do a random search in the database, but it’s not working. I want to take a sentence, and show it on the screen, it will be changed every time we update the screen. My view.py: def…
-
0
votes0
answers60
viewsQ: Search with GET not working
I’m making a system that searches for items in the system’s internal database, and in Apis like Youtube. The search should return videos(youtube) and data (internal database). The Youtube API is in…
-
0
votes0
answers70
viewsQ: Calling HTML snippet in Javascript
I am using Django Framework for an application that searches videos on youtube. But there is an excerpt of JS, which calls an html where "embeds" the video searched. And I don’t know how to create…