Can Django's cache system help here? I haven't worked with it enough to
know, but it feels to me like you might be able to cache the query and
reference it in the print-view. I don't see a way to pull this off without a
separate view and template, though.

On 6/20/08, mike <[EMAIL PROTECTED]> wrote:
>
>
> the pages content come from a mysql database. sending a link wouldnt
> work, cause its a rendered template. Im using a print css, so when you
> click on "file" "print preview" it only shows the tables with data in
> them.  This is what i would like to email. I could write a seperate
> view with an email.txt like shown here
> http://www.rossp.org/blog/2006/jul/11/sending-e-mails-templates/
> but, that seems a waste to re-query all the information.
>
>
> On Jun 20, 10:21 am, "Bruno Tikami" <[EMAIL PROTECTED]> wrote:
> > Mike,
> >
> > I agree with Michael about the HTML content, you should follow his line .
> IF
> > you still do want to email html content, it's not that hard I just have 1
> > question for you: is your page's content on the database or on your file
> > system?
> >
> > []s!
> >
>
> > Tkmhttp://djangopeople.net/brunotikami/
> >
> > On Fri, Jun 20, 2008 at 12:10 PM, Michael Trythall <[EMAIL PROTECTED]>
>
> > wrote:
> >
> > > Mike,
> >
> > > Why not just send a link to that particular page? It would be a lot
> less
> > > work, and from a usability standpoint it wouldn't be as jarring. Most
> users
> > > don't expect unsolicited HTML e-mails, and some folks can't read them.
> >
> > > The link would be easier, and universally more accessible.
> >
> > > Just a thought. I'm watching this thread because the answers could be
> > > interesting :)
> >
> > > Michael Trythall
> > > Developer and Information Architect
> >
>
> > > On 6/20/08, mike <[EMAIL PROTECTED]> wrote:
> >
> > >> Hello,  I am working on a django app that displays call logs for our
> > >> customers.  I am using a print.css along with a print button that only
> > >> prints the rendered information. I would like to add an "email this
> > >> page" submit button. That will send an email containing all the
> > >> rendered information. What would be the best way to go about this.
> > >> Thanks in advance.
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to