adding STATIC_ROOT_BASE to lms/envs/aws.py

This commit is contained in:
John Jarvis
2013-10-23 10:30:05 -04:00
parent 25c6f9455b
commit 68d31b9808
2 changed files with 4 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ with open(CONFIG_ROOT / CONFIG_PREFIX + "env.json") as env_file:
# collected
STATIC_ROOT_BASE = ENV_TOKENS.get('STATIC_ROOT_BASE', None)
If STATIC_ROOT_BASE:
if STATIC_ROOT_BASE:
STATIC_ROOT = path(STATIC_ROOT_BASE) / git.revision
EMAIL_BACKEND = ENV_TOKENS.get('EMAIL_BACKEND', EMAIL_BACKEND)