0

我对 Dajaxice 最简单的例子有疑问。我遵循了官方http://django-dajaxice.readthedocs.org/en/latest/installation.html中的安装指南和此处显示的示例http://django-dajaxice.readthedocs.org/en/latest/quickstart。在html或 Github 存储库中,它与https://github.com/jorgebastida/django-dajaxice/tree/master/examples相同。

当我完成所有操作并单击按钮时,什么也没有发生,并且在 JavaScript 控制台中出现函数未定义的错误。我读了很多关于这个问题的书,但仍然没有解决方案。这就是我所拥有的。如果有人可以帮忙:(

这是我的项目的一个仓库,与示例相同: https ://github.com/valkirilov/dajacice-example

4

1 回答 1

0

加入'dajaxice.finders.DajaxiceFinder', _

STATICFILES_FINDERS = (
    'django.contrib.staticfiles.finders.FileSystemFinder',
    'django.contrib.staticfiles.finders.AppDirectoriesFinder',
#    'django.contrib.staticfiles.finders.DefaultStorageFinder',
)
于 2013-11-04T17:25:04.117 回答