我正在關注Heroku Django tutorial。我相信我確切地遵循了它。除了他們所要求的,我沒有運行任何額外的命令。Heroku Django:跑步工人
但是,當我到達同步Celery和Kombu表(在「Running a Worker」部分下)的部分時,我收到了一個錯誤。
鍵入他們的命令python hellodjango/manage.py syncdb
,使我有以下幾點:
...
File "/Users/Alex/Coding/getcelery/venv/lib/python2.7/site-packages/django/db/backends/dummy/base.py", line 15, in complain
raise ImproperlyConfigured("You haven't set the database ENGINE setting yet.")
django.core.exceptions.ImproperlyConfigured: You haven't set the database ENGINE setting yet.
任何人都遇到這個問題之前?我應該在教程中做一些不明確的事情嗎?
任何提示將不勝感激!
嘿,我遇到了在本地創建表的問題。我發現你使用sqlite3作爲本地數據庫,但會造成與遠程的衝突?因爲heroku remote仍在使用postgresql。 – Yulong 2012-06-18 15:46:37