Change to using manifest static files as a cachebuster.

This was far too easy, and will be dealt with automatically on each deployment.
This commit is contained in:
Tom Price
2015-05-29 02:02:23 +01:00
parent 4846d858aa
commit 713197b986

View File

@@ -188,7 +188,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/1.7/howto/static-files/
STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage'
STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'static/')
STATIC_DIRS = (