我可以创建以下命令:
heroku run python manage.py createsuperuser
它工作正常。但是当我跑步时
python manage.py createsuperuser
我收到此错误。
为什么它适用于heroku但不适用于我的本地应用程序?
ImproperlyConfigured: settings.DATABASES is improperly configured. Please supply the ENGINE value. Check settings documentation for more details.
答案 0 :(得分:0)
问题是某些代码在一个地方(heroku)正常工作而在另一个地方(本地)失败。这可能是因为: