Revision 47d421ae snf-astakos-app/astakos/im/astakos_resources.py

b/snf-astakos-app/astakos/im/astakos_resources.py
31 31
# interpreted as representing official policies, either expressed
32 32
# or implied, of GRNET S.A.
33 33

  
34
resources = [
35
    {"desc": "Number of pending project applications",
36
     "name": "astakos.pending_app",
37
     "allow_in_projects": False,
38
     "service_type": "account",
39
     }
40
]
34
from astakos.im.settings import astakos_services
35
from synnefo.util.keypath import get_path
36

  
37
resources = get_path(astakos_services, 'astakos_account.resources').values()

Also available in: Unified diff