[Answer]-Django – How to make a Django snipet available to use as template tag?

1👍

It says you use it either in template or in python code. If you want to use it in templates just put it in your templatetags folder. If you want to code it in python just put it together with views.py, models.py ….

Leave a comment