Skip to content

Templatetags as python module

Nicola Jordan requested to merge templatetags_as_python_module into develop

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

Merge request reports