added option to add additional static files directories

This commit is contained in:
Jenny Danzmayr 2024-09-17 16:53:26 +02:00
parent 81cd6636d8
commit cdaf423d10

View file

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