Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
375 B
Python
Raw Normal View History

from __future__ import unicode_literals
data = {
'desktop_icons': [
'Non Profit',
2017-12-06 12:57:53 +05:30
'Member',
'Donor',
'Volunteer',
'Grant Application',
'Accounts',
'Buying',
'HR',
'ToDo'
],
'restricted_roles': [
'Non Profit Manager',
'Non Profit Member',
'Non Profit Portal User'
],
'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'
}