{% load staticfiles %} needs to be replaced with {% load static %} in \hello\templates\db.html to work in Django 3.0
It throws an error otherwise when accessing https://appname.herokuapp.com/db/
Tutorial: https://devcenter.heroku.com/articles/getting-started-with-python#provision-a-database
{% load staticfiles %}needs to be replaced with{% load static %}in\hello\templates\db.htmlto work in Django 3.0It throws an error otherwise when accessing https://appname.herokuapp.com/db/
Tutorial: https://devcenter.heroku.com/articles/getting-started-with-python#provision-a-database