fixed extra static dirs option
This commit is contained in:
parent
cdaf423d10
commit
e1ee9bdcf5
1 changed files with 1 additions and 1 deletions
|
@ -515,7 +515,7 @@ BOOTSTRAP3 = {
|
||||||
|
|
||||||
STATICFILES_DIRS = [
|
STATICFILES_DIRS = [
|
||||||
BASE_DIR / 'c3nav' / 'static',
|
BASE_DIR / 'c3nav' / 'static',
|
||||||
*config.get('c3nav', 'extra_static_dirs', fallback=''),
|
*config.getlist('c3nav', 'extra_static_dirs', fallback=''),
|
||||||
]
|
]
|
||||||
|
|
||||||
COMPRESS_PRECOMPILERS = (
|
COMPRESS_PRECOMPILERS = (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue