Initialize STATICFILES_DIRS

fix #1060
This commit is contained in:
Yohan Boniface 2023-04-04 09:11:12 +02:00
parent 0116696ee6
commit edc97f4cc7

View file

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