From edc97f4cc7ca6e48e23572b6bb4f2479b6fda966 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 4 Apr 2023 09:11:12 +0200 Subject: [PATCH] Initialize STATICFILES_DIRS fix #1060 --- umap/settings/base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/umap/settings/base.py b/umap/settings/base.py index 49575758..07bb2270 100644 --- a/umap/settings/base.py +++ b/umap/settings/base.py @@ -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