You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message