fixed extra static dirs option

This commit is contained in:
Jenny Danzmayr 2024-09-17 17:54:38 +02:00
parent cdaf423d10
commit e1ee9bdcf5

View file

@ -515,7 +515,7 @@ BOOTSTRAP3 = {
STATICFILES_DIRS = [
BASE_DIR / 'c3nav' / 'static',
*config.get('c3nav', 'extra_static_dirs', fallback=''),
*config.getlist('c3nav', 'extra_static_dirs', fallback=''),
]
COMPRESS_PRECOMPILERS = (