I'm trying to learn the new way of managing static files introduced in
version 1.3.  The documentation says that TEMPLATE_CONTEXT_PROCESSORS
is defined to include django.core.context_processors.static by
default, and that you can then refer to static files in your templates
by writing something like <img src="{{ STATIC_URL }}images/hi.jpg" /
>.  However, the settings.py files in my new projects does *not*
contain a definition of TEMPLATE_CONTEXT_PROCESSORS.  Should it?  If
so, what might have gone wrong?  If not, where do I find the
definition of TEMPLATE_CONTEXT_PROCESSORS?  (I know I can add the
definition to settings.py to access the static files as above.)

Rodney

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