Exemplo n.º 1
0
	def get_queryset(self):
		d = DjangolessVMManager()
		instances = d.get_worker_instances_all()
		return instances
Exemplo n.º 2
0
 def get_queryset(self):
     d = DjangolessVMManager()
     instances = d.get_worker_instances_all()
     return instances