Can someone explain to me how Django decides where to look for
Template Tags?

At the moment I can only get it load tags from the current app, ie the
one in which the template is being rendered, or from
django.templatetags in the django install location. Is there a way to
make it load tags for example from a different app?

I have written an app for rating objects that is not tied to any
specific models, but I seem to have to put the template tags in the
app where I am using the tags instead of being able to import them
from their own app directory. Hope this makes sense.

Thanks
Jo


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to