Hi, how do I specify the source of JS scripts in my templates? In my settings.py I've got:
MEDIA_ROOT = '/home/django/work/fw/media/' MEDIA_URL = 'http://192.168.1.1' ADMIN_MEDIA_PREFIX = '/media/' In the template (base.html): <script src="media/jquery-latest.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("a").click(function(){ alert("Thanks for visiting!"); }); }) I've put the script in both MEDIA_ROOT and ADMIN_MEDIA_PREFIX, but in either case the script isn't found :( Thanks for hints! Przemek -- AIKIDO TANREN DOJO - Poland - Warsaw - Mokotow - Ursynow - Natolin info: http://www.tanren.pl/ phone: +48501516666 email: [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---