就是我要用heroku去放我的django网站
要先按照官网步骤去做
结果执行到
Run the app locally
他跟我说要先执行
python manage.py collectstatic
一跑下去
File "C:\Users\USER\python-getting-started\gettingstarted\settings.py",
line 14, in <module>
import django_heroku
ModuleNotFoundError: No module named 'django_heroku'
跑到setting的时候出现问题
打开setting档案发现他import django_heroku
但是底下却没有 django_heroku的模组可以import阿
现在就卡在这边
完全按照他官网操作的
东西也都有安装好了
程式是在window x64下执行的
麻烦有在用的大大
帮我看一下setting.py里的 django_heroku到底是什么东西好吗
感谢感谢