fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixes.
[wolnelektury.git]
/
src
/
wolnelektury
/
settings
/
static.py
diff --git
a/src/wolnelektury/settings/static.py
b/src/wolnelektury/settings/static.py
index
cccb680
..
f2a8423
100644
(file)
--- a/
src/wolnelektury/settings/static.py
+++ b/
src/wolnelektury/settings/static.py
@@
-1,4
+1,3
@@
-# -*- coding: utf-8 -*-
# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
#
# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
#
@@
-57,6
+56,12
@@
PIPELINE = {
],
'output_filename': 'css/compressed/book_text.css',
},
],
'output_filename': 'css/compressed/book_text.css',
},
+ 'forum': {
+ 'source_filenames': [
+ 'scss/forum.scss',
+ ],
+ 'output_filename': 'css/compressed/compressed/forum.css',
+ },
'picture': {
'source_filenames': [
'css/master.book.css',
'picture': {
'source_filenames': [
'css/master.book.css',
@@
-202,3
+207,9
@@
STATICFILES_FINDERS = [
'pipeline.finders.CachedFileFinder',
'pipeline.finders.PipelineFinder',
]
'pipeline.finders.CachedFileFinder',
'pipeline.finders.PipelineFinder',
]
+
+
+from machina import MACHINA_MAIN_STATIC_DIR
+STATICFILES_DIRS = (
+ MACHINA_MAIN_STATIC_DIR,
+)