如果我克隆 hellodjango 项目,我正在尝试将 Django 项目上传到 Heroku,但出现此错误:
Heroku 代码:
git clone git://github.com/heroku/python-django-sample.git
cd python-django-sample
heroku create
git push heroku master
heroku open
我需要更改 settings.py 中的某些内容吗?我已经尝试过使用 node-js 示例并且效果很好,但不是 django。
谢谢。