src/hdalab/context_processors.py
author ymh <ymh.work@gmail.com>
Fri, 06 Mar 2015 18:12:15 +0100
changeset 491 8444b4f67e45
parent 394 4911075b6000
permissions -rw-r--r--
add full screen view

import hdalab

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