摘要:
def test_file_download(request): wb = export_to_xls() response = HttpResponse() response['Content-Type'] = 'application/octet-stream' response['Conten 阅读全文
posted @ 2016-04-18 16:57 网名还没想好 阅读(317) 评论(0) 推荐(0)
|
|
|
|
摘要:
def test_file_download(request): wb = export_to_xls() response = HttpResponse() response['Content-Type'] = 'application/octet-stream' response['Conten 阅读全文
posted @ 2016-04-18 16:57 网名还没想好 阅读(317) 评论(0) 推荐(0) |
|