src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Tue, 27 Oct 2015 13:03:02 +0100
changeset 665 b8d3784be28d
parent 394 4911075b6000
permissions -rw-r--r--
add message to look into spam folder for activation email

import hdalab

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