fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix annotations window.
[redakcja.git]
/
src
/
redakcja
/
settings
/
__init__.py
diff --git
a/src/redakcja/settings/__init__.py
b/src/redakcja/settings/__init__.py
index
d9d45e4
..
9bca263
100644
(file)
--- a/
src/redakcja/settings/__init__.py
+++ b/
src/redakcja/settings/__init__.py
@@
-98,6
+98,7
@@
INSTALLED_APPS = (
'toolbar',
'apiclient',
'email_mangler',
'toolbar',
'apiclient',
'email_mangler',
+ 'wlxml.apps.WlxmlConfig',
)
if DEBUG:
)
if DEBUG:
@@
-123,7
+124,7
@@
PIPELINE = {
'CSS_COMPRESSOR': None,
'JS_COMPRESSOR': None,
'COMPILERS': (
'CSS_COMPRESSOR': None,
'JS_COMPRESSOR': None,
'COMPILERS': (
- '
libsasscompiler.LibSass
Compiler',
+ '
pipeline.compilers.sass.SASS
Compiler',
),
# CSS and JS files to compress
),
# CSS and JS files to compress
@@
-135,7
+136,7
@@
PIPELINE = {
'css/gallery.css',
'css/history.css',
'css/summary.css',
'css/gallery.css',
'css/history.css',
'css/summary.css',
- 'css/html.css',
+ 'css/html.
s
css',
'css/imgareaselect-default.css',
'css/dialogs.css',
'css/imgareaselect-default.css',
'css/dialogs.css',
@@
-175,6
+176,7
@@
PIPELINE = {
'js/slugify.js',
# wiki scripts
'js/slugify.js',
# wiki scripts
+ 'js/wiki/caret.js',
'js/wiki/wikiapi.js',
'wiki/js/themes.js',
'js/wiki/xslt.js',
'js/wiki/wikiapi.js',
'wiki/js/themes.js',
'js/wiki/xslt.js',