src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Mon, 28 Sep 2015 11:53:48 +0200
changeset 654 59e25e33bed3
parent 394 4911075b6000
permissions -rw-r--r--
Added tag V03.00.03 for changeset f90aa05732cc

import hdalab

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