Re: render to screen and dynamic file

2006-06-27 Thread Jay Parlar
On 6/26/06, Luis P. Mendes <[EMAIL PROTECTED]> wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > > Ok, I *think* I understand your problem a bit better. > > > > One thing you can do is store some information (filename, or > > something) in the session object for the user. Then it do

Re: render to screen and dynamic file

2006-06-27 Thread Luis P. Mendes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Ok, I *think* I understand your problem a bit better. > > One thing you can do is store some information (filename, or > something) in the session object for the user. Then it doesn't matter > how long it takes for the user to press the button (un

Re: render to screen and dynamic file

2006-06-23 Thread Jay Parlar
On 6/23/06, Luis P. Mendes <[EMAIL PROTECTED]> wrote: > I've read both previously to posting, but those don't seem to address my > question of generating both a web page and a file at the same time of > the latter after pressing a button in the former. > Ok, I *think* I understand your problem

Re: render to screen and dynamic file

2006-06-23 Thread Luis P. Mendes
Jay Parlar escreveu: > These might be of some assistance to you: > > http://www.djangoproject.com/documentation/outputting_pdfs/ > http://www.djangoproject.com/documentation/outputting_csv/ > > Jay P. I've read both previously to posting, but those don't seem to address my question of generati

Re: render to screen and dynamic file

2006-06-23 Thread Jay Parlar
These might be of some assistance to you: http://www.djangoproject.com/documentation/outputting_pdfs/ http://www.djangoproject.com/documentation/outputting_csv/ Jay P. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

render to screen and dynamic file

2006-06-23 Thread Luis P. Mendes
Hi, The problem is I want to create a dynamic web page and to build a dynamic excel file based on the same data used for screen output. I haven't decided yet on: a) if the file is built only after a user presses a button in the rendered page and the request activates another view function; b) or