src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Fri, 13 Apr 2018 15:41:00 +0200
branchdocumentation
changeset 697 7cb2daf6da35
parent 394 4911075b6000
permissions -rw-r--r--
add info on models in doc

import hdalab

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