src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Thu, 19 Mar 2015 22:52:43 +0100
changeset 557 f82f7bc4e13f
parent 394 4911075b6000
permissions -rw-r--r--
udate sync scripts

import hdalab

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