Re: Lookup across relations

2009-02-22 Thread Reza Muhammad
On Feb 22, 2009, at 5:44 PM, 3xM <3...@detfalskested.dk> wrote: > > > > On Feb 21, 10:33 pm, Daniel Roseman > wrote: > >> No need for custom SQL here. This might work: >> Project.objects.filter(persons=person_a, persons=person_b) > > Nope. It just returns projects including person_b. > > >>

Re: send_mail / mail_admins to qmail server

2009-02-22 Thread Reza Muhammad
On Feb 21, 2009, at 12:03 AM, Karen Tracey wrote: > ... > And you don't specify anything like secure sockets or STARTTLS > required for the mail client? > > Lacking source to the mail client (which I'm assuming you don't > have?) to compare what it does with what Django does, I'd > probably t

Re: send_mail / mail_admins to qmail server

2009-02-20 Thread Reza Muhammad
On Feb 20, 2009, at 2:19 PM, Karen Tracey wrote: > ... > > > Or does it fail not because of the password? because I can connect to > the mail server from my regular email client with pretty much the same > setting. > > Pretty much the same? What's different? Do you specify anything > about sec

send_mail / mail_admins to qmail server

2009-02-19 Thread Reza Muhammad
EMAIL_HOST_PASSWORD value before connecting to the mail server? Or does it fail not because of the password? because I can connect to the mail server from my regular email client with pretty much the same setting. I would be glad if anyone can help me out. Thanks in advanced :) Reza Muhammad --~

Re: OS X problem with an egg (maybe!)

2009-01-22 Thread Reza Muhammad
Hi Arbi, I encountered a similar problem a while ago when I tried to install mod_python, MySQLdb on my OS X. What seems to be the problem is that, by default mysqldb is only running on 32-bit, so you have to make sure that your MySQL, mod_python, MySQLdb and Apache running on 32-bit mode

Re: Django newcomer needs help on concept of views

2008-06-27 Thread Reza Muhammad
AIL PROTECTED]> wrote: > On Jun 27, 10:47 am, Reza Muhammad <[EMAIL PROTECTED]> wrote: > > > Anyway, I am used to having separate files to facilitate different > > controllers (I think it's called views in django).  On the other hand, > > django uses one views.py fo

Django newcomer needs help on concept of views

2008-06-27 Thread Reza Muhammad
the right way to do it? Or can I separate those functions into multiple views? Thanks for your help :) Reza Muhammad --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this