]> git.0d.be Git - panikweb-esperanzah.git/blob - panikweb_esperanzah/esperanzah_db_settings.py
templates: remove usage of {{ STATIC_URL }}
[panikweb-esperanzah.git] / panikweb_esperanzah / esperanzah_db_settings.py
1 PODCAST_FILE_FORMATS = 'mp3'
2
3 PIGE_DOWNLOAD_BASE_URL = None
4 ENABLE_PIWIK = False
5 HAS_WIKI = False
6 HAS_REGIE = False
7 HAS_PIGE = False
8 HAS_FORUMS = False
9 HAS_NEWSLETTERS = False
10 USE_EXTERNAL_SOUNDS = False
11
12 COMBO_PUBLIC_TEMPLATES = {
13     'standard': {
14         'name': 'Page',
15         'template': 'combo/page_template.html',
16         'placeholders': {
17             'content': {
18                 'name': 'Contenu',
19             },
20         },
21     },
22     'fullwidth': {
23         'name': 'Page (pleine largeur)',
24         'template': 'combo/page_template.html',  # existing template so it can be selected
25         'placeholders': {
26             'content': {
27                 'name': 'Contenu',
28             },
29         },
30     },
31 }
32
33 CKEDITOR_CONFIGS['default']['toolbar_Own'][1].append('HorizontalRule')