在heroku中使用dajax,dajaxice

时间:2012-12-04 08:42:54

标签: django dajaxice dajax

我正在使用dajax / dajaxice。

但是当我将我的应用程序上传到heroku时,我发现了崩溃日志

2012-12-04T08:32:36+00:00 heroku[web.1]: Starting process with command `python manage.py runserver 0.0.0.0:45991 --noreload`

2012-12-04T08:32:37+00:00 app[web.1]: Error: No module named dajax

2012-12-04T08:32:39+00:00 heroku[web.1]: Process exited with status 1

heroku服务器中没有模块dajax。

我该如何解决?

1 个答案:

答案 0 :(得分:2)

你有没有把

django-dajax==0.9.2
django-dajaxice==0.5.4
requirements.txt

中的