src/hdalab/context_processors.py
author rougeronj
Mon, 09 Mar 2015 13:43:25 +0100
changeset 514 a905bfc2800c
parent 394 4911075b6000
permissions -rw-r--r--
Merging...

import hdalab

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