Unlike in Flask you can't just do return 'Hello World!' - the returned object cannot be a string, so we need to import HttpResponse .
確定! 回上一頁