Templatetags as python module
Created by: das-g
Seems to have worked for now without it, even though the documentation for custom template tags reminds us to
[not] forget the
__init__.py
file to ensure the directory is treated as a Python package.
reviewed by:
-
@hixi