Turn on cache busting of images

This commit is contained in:
Gregory Koberger 2011-08-26 09:56:22 -07:00
Родитель 62e2e24da0
Коммит 268685be20
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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