bijoe: fix naming of local setting file environment variable

This commit is contained in:
Benjamin Dauvergne 2016-06-18 09:31:30 +02:00
parent 9e127bd700
commit 3e9db1eae5
1 changed files with 1 additions and 1 deletions

View File

@ -119,5 +119,5 @@ LOGGING = {
BIJOE_SCHEMAS = ['./*.model']
if 'BIJOE_SETTING_FILE' in os.environ:
if 'BIJOE_SETTINGS_FILE' in os.environ:
execfile(os.environ['BIJOE_SETTINGS_FILE'])