httpresponse - Django view returning file + flash message -


i returning pdf file downloaded. on success i'd success message flashed. want user stay @ same page. ajax wouldn't work file download.

but seems flash messages work httpresponseredirect objects - , file download not work it? anyway, flashes message not download file:

response = httpresponseredirect(content=attachment, content_type='application/pdf', redirect_to='/app/') 

on contrary, httpresponse seems able download file, messages don't flashed.

i'd grateful tips :) python 3.5, django 1.10


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -