src/p4l/context_processors.py
author ymh <ymh.work@gmail.com>
Mon, 30 Sep 2013 16:25:14 +0200
changeset 125 78024463791d
parent 120 6ec0300b626e
child 126 a345f1a67bf1
permissions -rw-r--r--
Added tag V00.01 for changeset 4b4dd6817db3

from p4l import get_version

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