src/hdabo/context_processors.py
author ymh <ymh.work@gmail.com>
Thu, 16 Jul 2015 19:16:19 +0200
changeset 645 5c1b6455c110
parent 266 825ff4d6a8ac
permissions -rw-r--r--
Added tag V03.00.02 for changeset 764605c51201

import hdabo

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