src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Fri, 03 Apr 2015 18:41:01 +0200
changeset 618 cb8b833ad122
parent 394 4911075b6000
permissions -rw-r--r--
correct celery errors

import hdalab

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