src/hp/context_processors.py
author ymh <ymh.work@gmail.com>
Fri, 16 Nov 2012 01:58:12 +0100
changeset 57 9b6862d8591b
parent 41 b6010b3d6ea8
permissions -rw-r--r--
Added tag V00.04 for changeset e6c0602183f1

# -*- 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}