mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
removing manifest-storage for now, has issues
This commit is contained in:
parent
a36b22692e
commit
ee64f1086f
@ -192,7 +192,6 @@ 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…
Reference in New Issue
Block a user