custom_settings: mettre prod comme plate-forme par défaut

This commit is contained in:
Benjamin Dauvergne 2019-05-09 11:59:07 +02:00
parent 4bf1956208
commit 8c68d9ca49
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import os
PLATFORM = os.environ.get('PLATFORM')
if PLATFORM not in ['dev', 'test', 'prod']:
PLATFORM = 'dev'
PLATFORM = 'prod'
CORE_ATTRIBUTES = [
'title',