我在 dajaxice 上工作得很好。
现在,我想使用 dajax。我安装了它,我把
<script type="text/javascript" src="{% static 'dajax/jquery.core.js' %}"></script>
该行更改为
<script type="text/javascript" src="/static/dajax/jquery.core.js"></script>
但是那个位置没有js文件。
我错过了什么吗?那个js文件通常在哪里?
我认为这是由 url.py 设置引起的,因为如果我检查该 url,我可以从 django 看到 url 错误页面。
--- 编辑
当我运行 -- manage.py collectstatic -- 以下是日志。
You have requested to collect static files at the destination
location as specified in your settings.
This will overwrite existing files!
Are you sure you want to do this?
Type 'yes' to continue, or 'no' to cancel: yes
Copying '/var/folders/8w/w7cl5wvx1kvd1vkgz83179j00000gn/T/tmpXouwqg'
1 static file copied, 79 unmodified.
在我看来,1 个静态文件只是 dajaxice 文件,而不是 dajax 文件。(我编辑了那个文件)