src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Wed, 14 Oct 2015 15:27:53 +0200
changeset 657 9461c8e7ee85
parent 394 4911075b6000
permissions -rw-r--r--
slightly improve user admin

import hdalab

def version(request):
    return { 'VERSION': hdalab.get_version() }