开发者

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜