Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 327 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 327 Bytes

Django-svn-revision

Creates a template tag called {% revision %} that returns the current svn version.

Usage:

  1. Include the app in your settings.py file
  2. Load the templatetag: {% load revision %}
  3. Include {% revision %} in your template file.

Notes:

  • Requires svnversion to be installed.