src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Thu, 12 Apr 2018 01:59:24 +0200
branchdocumentation
changeset 694 46da276fbb1b
parent 394 4911075b6000
permissions -rw-r--r--
small doc corrections

import hdalab

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