James -

I'm so happy that you've taken the initiaive with this. I'm happy to
help code -- just let me know how.

One thing to think about: how does the communication between the email-
app and the main app work? On Fluther right now we're running our
django mailer on a different thread because initiating a connection to
the SMTP server from a web request takes a LONG time -- it looks like
the page hangs.

Again, happy to help.

Andrew McClain

On Aug 8, 10:38 am, "Kai Kuehne" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> On 8/8/07, James Tauber <[EMAIL PROTECTED]> wrote:
>
> > My point is that you just need an iterable. Both lists and QuerySets
> > meet this requirement.
>
> > There is no casting in Python. You don't need to "cast" a QuerySet to
> > a list.
>
> Sorry.. I mixed my thoughts a bit. I shouldn't post to the list in times where
> I should be in my bed. :-) I first thought it could be useful  to pass just 
> the
> userids as list ([1, 2, 3]) but the objects are much better! In this case,
> casting is not needed.
>
> > James
>
> Kai


--~--~---------~--~----~------------~-------~--~----~
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