src/hp/context_processors.py
author ymh <ymh.work@gmail.com>
Tue, 13 Nov 2012 16:20:34 +0100
changeset 38 0fe2f3f5466f
child 41 b6010b3d6ea8
permissions -rw-r--r--
add basic pages and api endpoints

# -*- coding: utf-8 -*-
'''
Created on Nov 11, 2012

@author: ymh
'''
from . import get_version

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