removing manifest-storage for now, has issues

This commit is contained in:
Matthias 2021-04-21 15:04:04 +02:00
parent a36b22692e
commit ee64f1086f

View File

@ -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'