fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove overspecification from xsl.
[redakcja.git]
/
src
/
redakcja
/
settings
/
__init__.py
diff --git
a/src/redakcja/settings/__init__.py
b/src/redakcja/settings/__init__.py
index
4859abb
..
d9d45e4
100644
(file)
--- a/
src/redakcja/settings/__init__.py
+++ b/
src/redakcja/settings/__init__.py
@@
-117,7
+117,7
@@
STATICFILES_FINDERS = (
'pipeline.finders.PipelineFinder',
)
'pipeline.finders.PipelineFinder',
)
-STATICFILES_STORAGE = 'pipeline.storage.Pipeline
Cached
Storage'
+STATICFILES_STORAGE = 'pipeline.storage.Pipeline
Manifest
Storage'
PIPELINE = {
'CSS_COMPRESSOR': None,
PIPELINE = {
'CSS_COMPRESSOR': None,
@@
-196,6
+196,7
@@
PIPELINE = {
'js/wiki/view_editor_wysiwyg.js',
'js/wiki/view_gallery.js',
'js/wiki/view_annotations.js',
'js/wiki/view_editor_wysiwyg.js',
'js/wiki/view_gallery.js',
'js/wiki/view_annotations.js',
+ 'js/wiki/view_properties.js',
'js/wiki/view_search.js',
'js/wiki/view_column_diff.js',
),
'js/wiki/view_search.js',
'js/wiki/view_column_diff.js',
),