I have a module called myfilters.py that contains my custom filters.
Is there some way around putting the command "{% load myfilters %}" in
every template I want to use a custom filter in? I tried putting the
load command in a base template, but templates that inherit from this
one don't appear to inherit the filters that get loaded. Is this
correct?

Thanks,

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