src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Sat, 28 Feb 2015 06:45:26 +0100
changeset 465 ddd669c54685
parent 394 4911075b6000
permissions -rw-r--r--
Added tag V03.00-alpha.10 for changeset 209f6b75d9e5

import hdalab

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