src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Tue, 22 May 2018 02:02:13 +0200
branchdocumentation
changeset 698 9aef3faf183c
parent 394 4911075b6000
permissions -rw-r--r--
Change documentation title and improve pdf presentation

import hdalab

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