In a Django app, where should I put my javascript/jquery scripts?
Thanks. How would I go about using that then? Trying to follow http://blog.dpeepul.com/tag/django-voting/ - Step 4. If I put this code in my media folder, how would I include it?
GreenRails
2009-10-07 17:33:02
Make sure you're serving it properly, according to the link, and then access it at yoururl/yourmedia/, or whatever you've configured it to, perhaps localhost:8000/media/.
Paul McMillan
2009-10-08 08:56:28
[This question](http://stackoverflow.com/questions/2237418/serving-static-media-during-django-development-why-not-media-root) provides more information
Casebash
2010-06-14 02:04:30