src/hp/context_processors.py
author ymh <ymh.work@gmail.com>
Wed, 14 Nov 2012 16:35:12 +0100
changeset 42 e05da377a27e
parent 41 b6010b3d6ea8
permissions -rw-r--r--
Merge with 6b6d2efb06105efdf32336f0c043df8cf79b9305

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

@author: ymh
'''
from . import get_version
from . import settings

def hp_context(request):    
    return {'VERSION' : get_version(), 'LDT_URL' : settings.LDT_URL, 'LDT_STATIC_URL' : settings.LDT_STATIC_URL}