Creates a template tag called {% revision %}
that returns the current svn version.
- Include the app in your
settings.py
file - Load the templatetag:
{% load revision %}
- Include
{% revision %}
in your template file.
- Requires
svnversion
to be installed.