src/p4l/context_processors.py
author ymh <ymh.work@gmail.com>
Mon, 30 Sep 2013 14:52:02 +0200
changeset 121 0d2a35462576
parent 120 6ec0300b626e
child 126 a345f1a67bf1
permissions -rw-r--r--
Add doc

from p4l import get_version

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