嗨,伙计们,所以我按照指南在这里在 heroku 上部署 django
https://devcenter.heroku.com/articles/django
但是我的服务器不断在 heroku 上崩溃并出现此错误,非常感谢任何想法或方向。
2013-02-12T19:27:40+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site- packages/django/utils/importlib.py", line 35, in import_module
2013-02-12T19:27:40+00:00 app[web.1]: __import__(name)
2013-02-12T19:27:40+00:00 app[web.1]: File "/app/eduudle/settings.py", line 15, in <module>
2013-02-12T19:27:40+00:00 app[web.1]: DATABASES = { 'default': {dj_database_url.config()}}
2013-02-12T19:27:40+00:00 app[web.1]: TypeError: unhashable type: 'dict'
2013-02-12T19:27:41+00:00 heroku[web.1]: Process exited with status 1
2013-02-12T19:27:41+00:00 heroku[web.1]: State changed from starting to crashed