src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Wed, 18 Feb 2015 01:53:34 +0100
changeset 443 27f71b0a772d
parent 394 4911075b6000
permissions -rw-r--r--
next version of import_rdf

import hdalab

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