Django - Template Tags
I was using django-request. In which file we need to add the template tage code in the following link?
https://github.com/montylounge/django-request/blob/master/docs开发者_StackOverflow社区/templatetags.txt
You can put it anywhere you like. It's for use in your own templates.
for custom template tags,you should put it in a directory called templatetags in one of your apps ,,
http://docs.djangoproject.com/en/dev/howto/custom-template-tags/#code-layout
精彩评论