src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Tue, 31 Mar 2015 00:05:33 +0200
changeset 597 a6ed76e9d5d5
parent 394 4911075b6000
permissions -rw-r--r--
new version

import hdalab

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