Skip to content

Commit

Permalink
Agrego posibilidad de leer env variable para protected media dir
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslavandeira committed Apr 3, 2018
1 parent 66fbdf4 commit 8625e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,5 +302,5 @@ def export_vars(_):
# Tarea a ser croneada para indexación
READ_DATAJSON_SHELL_CMD = env('READ_DATAJSON_BIN_PATH', default='')

PROTECTED_MEDIA_DIR = ROOT_DIR('protected')
PROTECTED_MEDIA_DIR = env('PROTECTED_MEDIA_DIR', default=ROOT_DIR('protected'))
ANALYTICS_CSV_FILENAME = 'analytics.csv'

0 comments on commit 8625e0f

Please sign in to comment.