src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Thu, 19 Mar 2015 23:40:03 +0100
changeset 560 fdae9a3ce2bb
parent 394 4911075b6000
permissions -rw-r--r--
Added tag V03.00-rc.06 for changeset 1357a0cfdbf7

import hdalab

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