[Answered ]-Template not found with Django on Heroku

2👍

Once you’ve pushed to heroku you may connect to an isolated instance of your heroku app through bash. You can access this with:

heroku run bash --app appname

(Keep in mind this does use hours off of your heroku credit though).

Leave a comment