Example #1
0
 def get(self, request, *args, **kwargs):
     tryton_proteus = TrytonProteus()
     tryton_proteus.install_module(kwargs['module_id'])
     return HttpResponseRedirect('/module/')