fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Insert special characters - feature for WYSIWYG editor.
[redakcja.git]
/
redakcja
/
settings
/
common.py
diff --git
a/redakcja/settings/common.py
b/redakcja/settings/common.py
index
9689f72
..
7b32ba6
100644
(file)
--- a/
redakcja/settings/common.py
+++ b/
redakcja/settings/common.py
@@
-67,7
+67,7
@@
TEMPLATE_CONTEXT_PROCESSORS = (
"django.core.context_processors.auth",
"django.core.context_processors.debug",
"django.core.context_processors.i18n",
"django.core.context_processors.auth",
"django.core.context_processors.debug",
"django.core.context_processors.i18n",
- "redakcja.context_processors.settings", # this is instead of media
+ "redakcja.context_processors.settings", # this is instead of media
"django.core.context_processors.request",
)
"django.core.context_processors.request",
)
@@
-138,6
+138,8
@@
WL_API_CONFIG = {
"AUTH_PASSWD": "platforma",
}
"AUTH_PASSWD": "platforma",
}
+SHOW_APP_VERSION = False
+
try:
from redakcja.settings.compress import *
except ImportError:
try:
from redakcja.settings.compress import *
except ImportError: