Exemple #1
0
 def render(self, request):
     response = Response()
     response.stream = MemoryStream(self.renderOutput)
     return response
Exemple #2
0
 def render(self, request):
     response = Response()
     response.stream = MemoryStream(self.renderOutput)
     return response