Merge "Extend offline-compression context"

This commit is contained in:
Jenkins 2013-01-21 00:10:59 +00:00 committed by Gerrit Code Review
commit 674bd82b4f

View File

@ -176,6 +176,11 @@ try:
except ImportError:
logging.warning("No local_settings file found.")
# Add HORIZON_CONFIG to the context information for offline compression
COMPRESS_OFFLINE_CONTEXT = {
'STATIC_URL': STATIC_URL,
'HORIZON_CONFIG': HORIZON_CONFIG
}
# Deprecation for Essex/Folsom dashboard names; remove this code in H.
_renames = (