Serotonin Storm

source>template_utils>models.py
1
2
3
4
5
from django.template import add_to_builtins

add_to_builtins('template_utils.templatetags.func_tools')
add_to_builtins('template_utils.templatetags.comparison')
add_to_builtins('template_utils.templatetags.philterz')