src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Sat, 28 Feb 2015 07:31:59 +0100
changeset 469 20107345d73b
parent 394 4911075b6000
permissions -rw-r--r--
Added tag V03.00-alpha.10 for changeset 08f35f99499d

import hdalab

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