If you're using an SVN copy (not 0.96), there is already a context processor for this. Add 'django.core.context_processors.media' to TEMPLATE_CONTEXT_PROCESSORS in settings.py and you will be able to use {{ MEDIA_URL }} in your templates.
On Jul 14, 6:43 am, skam <[EMAIL PROTECTED]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---