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