Don't use X-SENDFILE for local dev

This commit is contained in:
Mathieu Agopian 2015-03-07 19:23:18 +01:00
Родитель a65f49cfce
Коммит a98b7e4236
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -77,6 +77,8 @@ ADDON_COLLECTOR_ID = 1
# Default AMO user id to use for tasks (from users.json fixture in zadmin).
TASK_USER_ID = 10968
# Set to True if we're allowed to use X-SENDFILE.
XSENDFILE = False
# If you have settings you want to overload, put them in a local_settings.py.
try: