src/hdalab/context_processors.py
author rougeronj
Tue, 24 Mar 2015 12:24:28 +0100
changeset 579 92b01b214192
parent 394 4911075b6000
permissions -rw-r--r--
Merging...

import hdalab

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