src/hdalab/context_processors.py
author rougeronj
Thu, 01 Oct 2015 17:49:59 +0200
changeset 655 af666fd10724
parent 394 4911075b6000
permissions -rw-r--r--
update Renkan client version

import hdalab

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