Exemplo n.º 1
0
	def __init__(self):
		Crud.__init__(self, 'groups')
Exemplo n.º 2
0
	def __init__(self):
		Crud.__init__(self, 'projects', lambda x: x['path_with_namespace'])
Exemplo n.º 3
0
	def __init__(self):
		Crud.__init__(self, 'users', lambda x: x['username'])
Exemplo n.º 4
0
 def __init__(self):
     Crud.__init__(self, 'groups')