Thanks John.  That seems to work.  Good.  No need to define
TEMPLATE_CONTEXT_PROCESSORS at all, at least initially while I'm still
using the development server.  But it does raise a couple of other
questions:

If I want to use the same style sheet say for templates in all apps in
a project, can I put the style sheet in a /static/ directory in the
project directory?  If the STATICSFILES_DIR contains several such
local directories (project, one in each app), do I have to use
distinct names in each static directory to avoid conflicts?

I've used this PATH = os.path.join(os.path.dirname(__file__) technique
before.  It's incredibly useful.  Why isn't it provided by default
when the settings.py file is created?

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