Skip to content

aiaio/django-svn-revision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.