Merge branch 'hotfix/placeholderblog'
This commit is contained in:
commit
2c347193e9
1 changed files with 11 additions and 0 deletions
|
@ -392,6 +392,17 @@ BLOG_POSTS_LIST_TRUNCWORDS_COUNT = 100
|
||||||
BLOG_MULTISITE = True
|
BLOG_MULTISITE = True
|
||||||
BLOG_AUTHOR_DEFAULT = True
|
BLOG_AUTHOR_DEFAULT = True
|
||||||
|
|
||||||
|
CKEDITOR_SETTINGS = {
|
||||||
|
'language': '{{ language }}',
|
||||||
|
'toolbar_CMS': [
|
||||||
|
['Undo', 'Redo'],
|
||||||
|
['cmsplugins', '-', 'ShowBlocks'],
|
||||||
|
['Format', 'Styles'],
|
||||||
|
],
|
||||||
|
'skin': 'moono',
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from .local.local_settings import *
|
from .local.local_settings import *
|
||||||
except ImportError as e:
|
except ImportError as e:
|
||||||
|
|
Loading…
Reference in a new issue