hi group... got a strange situation.  MEDIA_URL is not being pushed to
the templates for some reason.

In my settings file i have

MEDIA_URL='/static/'
...
TEMPLATE_CONTEXT_PROCESSORS=(
   'django.core.context_processors.request',)

and in the template i am specifying it as {{MEDIA_URL}}

however there is no value for MEDIA_URL in the template.  What could I
be missing?


PS:  if i go directly to the file  /static/images/mypic.jpg, the image
shows up fine....

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

Reply via email to