私は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.pycollectstatic--を実行すると次のログが表示されます。
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ファイルではありません。(私はそのファイルをvi-edしました)