Posts by Jean Júnior • 5 points
4 posts
-
-1
votes1
answer223
viewsQ: How to create a search box with Nodejs and Mongodb?
I am trying to create a search with mongodb using "like" according to this site this site https://bognarjunior.wordpress.com/2015/05/18/consultas-avancadas-com-mongodb/ var results = await…
-
-1
votes1
answer684
viewsQ: Query with conditions using Mongodb Irrigation + nodejs
I have a code that returns me arrays with the parameters I need to feed my HTML page, however, I need to include some conditions in this search so that it only takes the values after a certain date.…
-
-1
votes1
answer322
viewsQ: Django: Form not saved in Django database
When I click to register the page simply refreshes and nothing is saved in the database. In the Django console I get the message: "GET /people/ HTTP/1.1" 200 898 "POST /person-add/ HTTP/1.1" 200 898…
-
-1
votes1
answer326
viewsQ: Django: Show report earnings and expenses of a Django management system
I have a management system in Jango and would like to save in one place the report of all winnings (Paid=True), defaults (Paid=False) and expenses of the month or period in Jango admin itself, in a…