zenx wrote:
> Hi,
> I was wondering if it was possible to create project level template
> tags that can be called by any app template.

Create an app specially for such tags, name it like "common_tags", 
include it in INSTALLED_APPS and then you can use those tags throughout 
the project using {% load common_tags %} in templates.

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to