Backport dummy SECRET_KEYs from django 1.5 upgrade

This commit is contained in:
Daniel Friedman
2015-02-26 11:54:37 -05:00
parent 81ee300132
commit fa968c6218
7 changed files with 24 additions and 1 deletions

View File

@@ -134,3 +134,5 @@ except ImportError:
#####################################################################
# Lastly, run any migrations, if needed.
MODULESTORE = convert_module_store_setting_if_needed(MODULESTORE)
SECRET_KEY = '85920908f28904ed733fe576320db18cabd7b6cd'