From 1194bd3b7736327e6f976c049b7c38e697f567bd 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 35f05da9..37cb1e47 100644 --- a/umap/settings/base.py +++ b/umap/settings/base.py @@ -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