src/hdalab/context_processors.py
author rougeronj
Mon, 22 Dec 2014 12:52:05 +0100
changeset 413 07ea964d33cd
parent 394 4911075b6000
permissions -rw-r--r--
Update path to new lib folders of renkan manager

import hdalab

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