src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Thu, 02 Jul 2015 19:49:14 +0200
changeset 633 bc639e8d3a4c
parent 394 4911075b6000
permissions -rw-r--r--
Added tag V03.00 for changeset eff2287e93fb

import hdalab

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