jingo icon indicating copy to clipboard operation
jingo copied to clipboard

An adapter for using Jinja2 templates with Django.

Results 5 jingo issues
Sort by recently updated
recently updated
newest added

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...