add basic A2_CUT_PARTNERS setting

This commit is contained in:
Benjamin Dauvergne 2017-06-22 16:05:22 +02:00
parent 70832a3617
commit 0cbe1a1200
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
A2_MANAGER_SHOW_INTERNAL_ROLES = True
A2_MANAGER_ROLE_MEMBERS_FROM_OU = True
A2_RBAC_MANAGED_CONTENT_TYPES = ()
A2_CUT_PARTNERS = [
{
'domains': ['.lyon.fr'],
'name': u'Ville de Lyon',
}
]