Posts by Alex Sousa • 39 points
2 posts
-
1
votes1
answer283
viewsQ: How to add values after filtered in Django?
Here’s my loop (in my.html template): {% for item in filter.qs %} <tr> <th scope="row">{{ item.id }}</th> <td>{{ item.nome }}</td> <td>{{ item.data|date:"d, F"…
-
2
votes1
answer99
viewsQ: Unanswered PHP in fetch command
I am studying with a book use the head and the following I practically copied and pasted the sample code just changing the names of the variables and I am not having the return with my code, in fact…