Posts by Marcílio Júnior • 7 points
4 posts
-
-2
votes1
answer54
viewsQ: How to create a button to change a text in my html with data coming from Django’s models.py?
I’m starting to work with Django and I’m starting a test to solidify what I’ve been learning. The idea is a single page, which displays a phrase as soon as the site opens. Below the phrase, there is…
-
0
votes1
answer60
viewsA: How to display text coming from mongodb (Mongoose) with line breaks correctly?
After a lot of searching and trying to manipulate the files coming from the database (remembering that when the document was saved in the bd, it was with the marks r n referring to line break) I got…
-
-1
votes1
answer60
viewsQ: How to display text coming from mongodb (Mongoose) with line breaks correctly?
Good afternoon. I’m a beginner and am implementing a blog using Nodejs + Express + Mongodb (Mongoose). I realized that when I create a new post, the same one, when viewed, does not show line breaks…
-
1
votes1
answer52
viewsQ: Treat req.files as null
Good night. I’m starting now with studies in web development and would like to know how to treat the following:What I developed was a blog, and in the area of creating posts, there is a form for you…