Turn on cache busting of images
This commit is contained in:
Родитель
62e2e24da0
Коммит
268685be20
|
@ -8,7 +8,7 @@ import socket
|
|||
from django.utils.functional import lazy
|
||||
|
||||
# jingo-minify settings
|
||||
CACHEBUST_IMGS = False
|
||||
CACHEBUST_IMGS = True
|
||||
try:
|
||||
# If we have build ids available, we'll grab them here and add them to our
|
||||
# CACHE_PREFIX. This will let us not have to flush memcache during updates
|
||||
|
|
Загрузка…
Ссылка в новой задаче