mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 03:56:43 +00:00
Manifeststorage as suggested in #1485
This commit is contained in:
parent
99dc02e2cb
commit
a88d9c7986
@ -189,6 +189,7 @@ STATIC_ROOT = os.path.abspath(
|
||||
STATICFILES_DIRS = [
|
||||
os.path.join(BASE_DIR, 'InvenTree', 'static'),
|
||||
]
|
||||
STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage'
|
||||
|
||||
# Translated Template settings
|
||||
STATICFILES_I18_PREFIX = 'i18n'
|
||||
|
Loading…
x
Reference in New Issue
Block a user