Fix the l10n_img helper in DEV mode

Fix #6152
This commit is contained in:
Paul McLanahan 2019-09-04 15:22:06 -04:00 коммит произвёл Alex Gibson
Родитель d4a07563a5
Коммит cbc6226845
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -335,6 +335,8 @@ STATICFILES_FINDERS = (
STATICFILES_DIRS = (
path('static_final'),
)
if DEBUG:
STATICFILES_DIRS += (path('media'),)
def set_whitenoise_headers(headers, path, url):