RETIRED, further work has moved to Debian project infrastructure
Go to file
Michael Elsdörfer 37d458f267 Updated link to django-jinja.
Close #89.
2015-05-25 00:56:59 +02:00
coffin Increase version to indicate reborn status. 2015-04-17 15:27:47 +02:00
tests Remove all, except what django-jinja is lacking. 2015-04-17 15:18:29 +02:00
.gitignore Some initial documentation 2009-09-30 21:03:56 -05:00
AUTHORS added Django/Jinja 2 compatibility layer and several bugfixes 2010-10-24 02:52:02 +02:00
CHANGES Update CHANGES file before new release. 2012-09-29 18:11:04 +02:00
LICENSE Added 3-clause BSD license file. 2011-05-29 13:54:07 +02:00
MANIFEST.in Include license file in sdist. 2011-06-27 15:44:16 +02:00
README.rst Updated link to django-jinja. 2015-05-25 00:56:59 +02:00
requirements.txt Nose is needed for development. 2010-07-30 09:54:14 +02:00
setup.py Fix setup.py, do not require Jinja/Django. 2015-04-21 15:37:18 +02:00

README.rst

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)