Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
mhb
on Jan 29, 2010
|
parent
|
context
|
favorite
| on:
Tips for a new Django developer
For template tags, is doing it that way better than importing them in a base template which is included by the children templates?
kennethlove
on Feb 2, 2010
[–]
Templatetags don't inherit (at least not in my experience) so if you don't want to have to load the tags on every template, add them to your global templatetags:
http://www.djangosnippets.org/snippets/160/
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: