]> 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': 'Content',
19             },
20             'footer': {
21                 'name': 'Footer',
22                 'optional': True,
23             },
24         },
25     },
26 }
27
28 CKEDITOR_CONFIGS['default']['toolbar_Own'][1].append('HorizontalRule')