src/hdabo/context_processors.py
author ymh <ymh.work@gmail.com>
Thu, 19 Mar 2015 23:39:54 +0100
changeset 559 1357a0cfdbf7
parent 266 825ff4d6a8ac
permissions -rw-r--r--
continue django 1.7 upgrade

import hdabo

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