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