added option to add additional static files directories
This commit is contained in:
parent
81cd6636d8
commit
cdaf423d10
1 changed files with 1 additions and 0 deletions
|
@ -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 = (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue