Git Revision Template Tag
This displays the short commit id from the current HEAD. Add this to your admin/base_site.html or any other template. {% block userlinks %} / HEAD: <span style="color:yellow">{% git_short_version %}</span> / {{ block.super }} {% endblock %}
- git