On Thu, Jul 8, 2010 at 8:21 AM, justin jools <justinjo...@gmail.com> wrote: > Wow... django docs can be so confusing... > > I could not believe it worked just by using upper case MEDIA_URL
{{ MEDIA_URL }} is already present in the templates because the django.core.context_processors.media context processor which is enabled by default*. You didn't need to create a media_url context processor at all. And templates tags are called with {% %} .e.g {% media_url %} Regards ~Rolando * http://docs.djangoproject.com/en/dev/ref/templates/api/#id1 -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.