I'm working fine with dajaxice.
Now, I want to use dajax. I installed it, and I put
<script type="text/javascript" src="{% static 'dajax/jquery.core.js' %}"></script>
that line is changed as
<script type="text/javascript" src="/static/dajax/jquery.core.js"></script>
But there is no js file in that location.
Did I missed somthing? where is usually that js file?
I think this is caused by url.py setting, since if I check that url, I can see url error page from django.
--- edited
When I run -- manage.py collectstatic -- following is log.
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.
In my opinion, 1 static file is just dajaxice file, not dajax file. ( I vi-ed that file )