Michael Elsdörfer 37d458f267 Updated link to django-jinja.
Close #89.
2015-05-25 00:56:59 +02:00
2009-09-30 21:03:56 -05:00
2011-05-29 13:54:07 +02:00
2011-06-27 15:44:16 +02:00
2015-05-25 00:56:59 +02:00

Coffin: Jinja2 extensions for Django

This used to be a full-featured standalone adapter. With Django adding support for other template backends, it's approach didn't make sense anymore. Please use django_jinja instead - you won't regret it:

https://github.com/niwinz/django-jinja

This module now is a lean collection of some Django tags that are not included in django-jinja, namely:

  • {% url %}
  • {% spaceless %}
  • {% with %}
  • {% load %} (as a noop)
  • {% get_media_prefix %}
  • {% get_static_prefix %}
  • {% static %} (in a base variant, and with django.contrib.staticfiles support)
Description
RETIRED, further work has moved to Debian project infrastructure
Readme 346 KiB
Languages
Python 100%