Project level template tags?

77 views
Skip to first unread message

zenx

unread,
Sep 27, 2006, 1:57:48 PM9/27/06
to Django users
Hi,
I was wondering if it was possible to create project level template
tags that can be called by any app template.

Thank you!

Ivan Sagalaev

unread,
Sep 28, 2006, 7:59:27 PM9/28/06
to django...@googlegroups.com

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.

zenx

unread,
Sep 30, 2006, 4:37:16 AM9/30/06
to Django users
OK. Thank you!

Reply all
Reply to author
Forward
0 new messages