mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
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:
@@ -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 = (
|
||||
|
||||
Reference in New Issue
Block a user