src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Thu, 19 Mar 2015 23:39:54 +0100
changeset 559 1357a0cfdbf7
parent 394 4911075b6000
permissions -rw-r--r--
continue django 1.7 upgrade

import hdalab

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