src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Sat, 28 Feb 2015 07:31:49 +0100
changeset 468 08f35f99499d
parent 394 4911075b6000
permissions -rw-r--r--
increment renkan version

import hdalab

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