mappers: redirect / to affichage_accueil_prive.do instead of index.do

This commit is contained in:
Jérôme Schneider 2014-07-11 11:40:06 +02:00
parent 53ab0834d4
commit 7630efbfef
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ mapping = [
{
'path': r'/$',
'method': 'GET',
'redirect': '%s/index.do' % folder_target
'redirect': '%s/affichage_accueil_prive.do' % folder_target
},
{
'path': r'/(?!/*mandaye|.*/associate)',