src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Fri, 20 Mar 2015 00:14:43 +0100
changeset 565 31d3179935d9
parent 394 4911075b6000
permissions -rw-r--r--
problem with admin autodiscover

import hdalab

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