src/p4l/context_processors.py
author ymh <ymh.work@gmail.com>
Mon, 30 Sep 2013 15:46:41 +0200
changeset 122 8a31aead43a5
parent 120 6ec0300b626e
child 126 a345f1a67bf1
permissions -rw-r--r--
first delivery version

from p4l import get_version

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