src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Wed, 11 Apr 2018 12:19:47 +0200
branchdocumentation
changeset 693 09e00f38d177
parent 394 4911075b6000
permissions -rw-r--r--
Add hdabo/hdalab documentations

import hdalab

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