src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Thu, 19 Mar 2015 22:34:55 +0100
changeset 556 3f833af54891
parent 394 4911075b6000
permissions -rw-r--r--
Added tag V03.00-rc.06 for changeset c2f05549c044

import hdalab

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