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