src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Fri, 16 Mar 2018 12:29:12 +0100
changeset 687 53fee689f666
parent 394 4911075b6000
permissions -rw-r--r--
Dockerfile correction and add a way to save/load the docker images.

import hdalab

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