src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Thu, 15 Mar 2018 23:52:11 +0100
changeset 686 385e3a12ee27
parent 394 4911075b6000
permissions -rw-r--r--
Containerization and various corrections to make it work

import hdalab

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