Posts by Gabriel George • 25 points
2 posts
-
2
votes1
answer250
viewsQ: Error deploy Heroku app Django
After deploying to Heroku, I opened the link to my application (https://silima.herokuapp.com/), and it presented the following error: ProgrammingError at / relation "Produto" does not exist LINE 1:…
-
0
votes1
answer752
viewsQ: How to use model variables in a view in Django
I need to calculate the average of a school report where the data are filled in in Django Admin, I would like to take each value make the media and play on a table in View. Code: MODEL class…