src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Thu, 16 Jul 2015 19:16:19 +0200
changeset 645 5c1b6455c110
parent 394 4911075b6000
permissions -rw-r--r--
Added tag V03.00.02 for changeset 764605c51201

import hdalab

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