portail_citoyen/settings.py: add feed plugin and use Montpellier

templates
This commit is contained in:
Jérôme Schneider 2014-01-21 15:11:05 +01:00
parent fa016e1d31
commit 859a56ebd0
1 changed files with 5 additions and 4 deletions

View File

@ -104,14 +104,14 @@ if os.environ.get('TEMPLATE_DIRS'):
else:
TEMPLATE_DIRS = ('/var/lib/%s/templates' % PROJECT_NAME,)
import portail_citoyen
INSTALLED_APPS = (
'cms',
'login_plugin',
'feed_plugin',
'data_source_plugin',
'a2_service_list_plugin',
'portail_citoyen',
'federation_plugin',
'authentic2',
'authentic2.nonce',
'authentic2.saml',
@ -391,8 +391,9 @@ IDP_CAS = 'IDP_CAS' in os.environ
# cms settings
CMS_TEMPLATES = (
('base-cms.html', 'Modele de base'),
('extra-placeholders.html', 'Pour la page extra-placeholders'),
('base_two_columns.html', 'Canevas sur deux colonnes'),
('base_one_column.html', 'Canevas sur une colonne'),
('base_help.html', 'Canevas de l\'aide'),
)
CMS_REDIRECTS = True
CMS_TEXT_WRAPPERS = (