src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Sun, 08 Mar 2015 23:53:23 +0100
changeset 493 09aa28e25840
parent 394 4911075b6000
permissions -rw-r--r--
send email with celery

import hdalab

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