这里是 Heroku/Django 的新手,这是我的 Procfile:
web: python testapp/manage.py runserver 0.0.0.0:$PORT
出于某种原因,当我尝试在浏览器中加载模板时,我似乎无法加载它。下正常工作python manage.py runserver
,有人知道这是什么问题吗?这是无法加载我的静态文件的情况吗?
准确的错误信息是:foreman start
TemplateDoesNotExist at /test/index.html
Request Method: GET
Request URL: http://127.0.0.1:5000/test/