fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Wydzielanie utworów. Closes #79 Closes #98
[redakcja.git]
/
project
/
settings.py
diff --git
a/project/settings.py
b/project/settings.py
index
3bfc7db
..
b2c7f85
100644
(file)
--- a/
project/settings.py
+++ b/
project/settings.py
@@
-66,7
+66,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",
- "
django.core.context_processors.media
",
+ "
explorer.context_processors.settings
",
"django.core.context_processors.request",
)
"django.core.context_processors.request",
)
@@
-119,6
+119,12
@@
INSTALLED_APPS = (
# REPOSITORY_PATH = '/Users/zuber/Projekty/platforma/files/books'
IMAGE_DIR = 'images'
EDITOR_COOKIE_NAME = 'options'
# REPOSITORY_PATH = '/Users/zuber/Projekty/platforma/files/books'
IMAGE_DIR = 'images'
EDITOR_COOKIE_NAME = 'options'
+EDITOR_DEFAULT_SETTINGS = {
+ 'panels': [
+ {'name': 'htmleditor', 'ratio': 0.5},
+ {'name': 'gallery', 'ratio': 0.5}
+ ],
+}
try:
from localsettings import *
try:
from localsettings import *