src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Mon, 19 Oct 2015 14:21:51 +0200
changeset 659 a1ee9f6c19e5
parent 394 4911075b6000
permissions -rw-r--r--
Added tag V03.00.04 for changeset 53a4b4b80456

import hdalab

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