src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Wed, 18 Feb 2015 16:22:38 +0100
changeset 444 ca7df977504f
parent 394 4911075b6000
permissions -rw-r--r--
Quickly review hdalab strings

import hdalab

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