jingo
jingo copied to clipboard
An adapter for using Jinja2 templates with Django.
Hi there! I'm the package maintainer of python-jingo in Debian. I maintain it, because it's a build-dependency of python-django-compressor, which is itself used by OpenStack Horizon (the OpenStack dashboard), and...
Use install_gettext_translations instead of install_null_translations
Hi, jingo without any extra configuration doesn't translate texts in templates. In documentation isn't any notice about this behaviour. Issue arise because jingo in default config install null translation in...
Another developer had a problem with our project and we tracked it down to jingo's `datetime` filter. The default format string is `%B %e, %Y`. It uses `%e` which is...