2019-01-22 12:52:20 +00:00
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
2017-11-20 12:15:24 +00:00
|
|
|
data = {
|
|
|
|
'desktop_icons': [
|
|
|
|
'Non Profit',
|
2017-12-06 07:27:53 +00:00
|
|
|
'Member',
|
|
|
|
'Donor',
|
|
|
|
'Volunteer',
|
|
|
|
'Grant Application',
|
|
|
|
'Accounts',
|
|
|
|
'Buying',
|
|
|
|
'HR',
|
2017-11-20 12:15:24 +00:00
|
|
|
'ToDo'
|
|
|
|
],
|
2017-12-13 13:06:08 +00:00
|
|
|
'restricted_roles': [
|
|
|
|
'Non Profit Manager',
|
|
|
|
'Non Profit Member',
|
|
|
|
'Non Profit Portal User'
|
|
|
|
],
|
2017-11-20 12:15:24 +00:00
|
|
|
'modules': [
|
2017-11-21 05:27:53 +00:00
|
|
|
'Non Profit'
|
|
|
|
],
|
2017-12-05 12:21:15 +00:00
|
|
|
'default_portal_role': 'Non Profit Manager'
|
2017-11-20 12:15:24 +00:00
|
|
|
}
|