src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Tue, 13 Mar 2018 16:52:47 +0100
changeset 685 dc349ee44568
parent 394 4911075b6000
permissions -rw-r--r--
small change in requirements.txt

import hdalab

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