src/p4l/context_processors.py
author ymh <ymh.work@gmail.com>
Mon, 30 Sep 2013 15:47:14 +0200
changeset 123 919bc11b5320
parent 120 6ec0300b626e
child 126 a345f1a67bf1
permissions -rw-r--r--
Added tag V00.01 for changeset 8a31aead43a5

from p4l import get_version

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