Posts by RAYKAVIN MEIRELES • 11 points
2 posts
-
0
votes1
answer50
viewsQ: Load multiple functions on main page using Django
I’m having a problem trying to load some data from mysql database using Django, type functions only work if I assign in the file: py. the following attribute: path('', views.countregistered) But…
-
-1
votes1
answer7
viewsQ: Show text on page from Django database
Hello, I’m trying to display a text from the mysql database, using Django, I’ve searched for several tutorials but nothing works, if anyone can help thank you already. This is part of my file:…