src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Fri, 20 Mar 2015 01:42:45 +0100
changeset 571 d9642be7c937
parent 394 4911075b6000
permissions -rw-r--r--
replace commit_on_success with atomic

import hdalab

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