src/hp/context_processors.py
author ymh <ymh.work@gmail.com>
Wed, 14 Nov 2012 16:29:01 +0100
changeset 41 b6010b3d6ea8
parent 38 0fe2f3f5466f
permissions -rw-r--r--
add proxy, model, and correct embed_player

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