style.css: make hash the same
This commit is contained in:
@@ -114,10 +114,9 @@ STATICFILES_FINDERS = [
|
||||
"django.contrib.staticfiles.finders.AppDirectoriesFinder",
|
||||
]
|
||||
|
||||
_storage = 'django.contrib.staticfiles.storage'
|
||||
STORAGES = {
|
||||
"staticfiles": {
|
||||
"BACKEND": _storage + ".ManifestStaticFilesStorage",
|
||||
"BACKEND": 'lib.staticfiles.ManifestStaticFilesStorageSha256'
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user