Initialize STATICFILES_DIRS

fix #1060
This commit is contained in:
Yohan Boniface 2023-04-04 09:11:12 +02:00
parent 9e42f3c6ff
commit 1194bd3b77

View file

@ -136,6 +136,7 @@ STATICFILES_FINDERS = [
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
'compressor.finders.CompressorFinder',
]
STATICFILES_DIRS = [] # May be extended when using UMAP_CUSTOM_STATICS
# =============================================================================
# Templates