【发布时间】:2013-11-14 05:10:04
【问题描述】:
我对 Dajaxice 最简单的例子有疑问。我按照他们官方http://django-dajaxice.readthedocs.org/en/latest/installation.html 中的安装指南和此处显示的示例http://django-dajaxice.readthedocs.org/en/latest/quickstart.html 或Github repo 中的相同https://github.com/jorgebastida/django-dajaxice/tree/master/examples。
当我完成所有操作并单击按钮时,什么也没有发生,并且在 JavaScript 控制台中出现函数未定义的错误。我读了很多关于这个问题的书,但仍然没有解决方案。这就是我所拥有的。如果有人可以帮忙:(
这是我的项目的一个 repo,与示例相同: https://github.com/valkirilov/dajacice-example
【问题讨论】:
-
请上传您的 settings.py 文件。
标签: python ajax django dajaxice dajax