src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Wed, 18 Mar 2015 18:52:43 +0100
changeset 545 c752fdee555b
parent 394 4911075b6000
permissions -rw-r--r--
Migration to django 1.7

import hdalab

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