It's better to have the MEDIA_URL settings available in the request
context. Write your own template context processor, so you could have
{{ media_url }}/js/foo.js instead of hardcoding urls in templates. If
you need to serve admin media from a separate server or change media
directory you'll be able to change only the MEDIA_URL setting.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to