src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Thu, 12 Apr 2018 01:27:16 +0200
branchdocumentation
changeset 692 b7d19cd87fcf
parent 394 4911075b6000
permissions -rw-r--r--
start documentation branch

import hdalab

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