I have a really basic question. I\'m trying to build some AJAX functionality into a Django project. I plan to use jQuery. Right now, I\'m just running the code locally th
Can you try the following:
Access the URL http://localhost:8000/books/media/js/jquery-1.4.2.min.js using your browser or curl and see what turns up.
http://localhost:8000/books/media/js/jquery-1.4.2.min.js
curl
Check your URL configuration to see that you have an URL defined for serving media using static serve.