Re: Question: What's the best way to denormalize M2M data?

2009-05-19 Thread Ben Welsh
On Tue, May 19, 2009 at 12:18 AM, George Song wrote: > > You can always explicitly define the m2m model, then you can override > the save() on that model if you like, or use signals like any other model. > > Perhaps I've fumbled my way past the obvious, but the problem I'm running into with that

Re: Question: What's the best way to denormalize M2M data?

2009-05-19 Thread Ben Welsh
May 19, 2009 at 10:12 AM, George Song wrote: > > On 5/19/2009 9:47 AM, Ben Welsh wrote: > > On Tue, May 19, 2009 at 12:18 AM, George Song > <mailto:geo...@damacy.net>> wrote: > > > > > > You can always explicitly define the m2m model, then you can o

Re: What, if any, Apache modules are required to implement Django authentication?

2009-05-25 Thread Ben Welsh
Sorry to have been too brief. My objective is to rely as completely as possible on the Django authentication methods. The only auth I need is 1) admin login for CMS managment 2) staff_member_required protections for certain pages (for example content preview pages that link out of the admin) The

Re: What, if any, Apache modules are required to implement Django authentication?

2009-05-26 Thread Ben Welsh
n, May 25, 2009 at 4:07 PM, Graham Dumpleton < graham.dumple...@gmail.com> wrote: > > > > On May 26, 5:20 am, Ben Welsh wrote: > > Sorry to have been too brief. > > > > My objective is to rely as completely as possible on the Django > > authentication m

Re: What, if any, Apache modules are required to implement Django authentication?

2009-05-26 Thread Ben Welsh
erver, which relieves the postgresql responsibilities from my first machine That's where I'm at. On Tue, May 26, 2009 at 11:10 PM, Graham Dumpleton < graham.dumple...@gmail.com> wrote: > > > > On May 27, 2:33 pm, Ben Welsh wrote: > > Thanks, Graham. So the con

Re: What, if any, Apache modules are required to implement Django authentication?

2009-05-26 Thread Ben Welsh
200 MaxRequestsPerChild 4000 On Tue, May 26, 2009 at 11:44 PM, Graham Dumpleton < graham.dumple...@gmail.com> wrote: > > > > On May 27, 4:17 pm, Ben Welsh wrote: > > Thanks for your advice. It's much appreciated. > > > > I've been encountering &qu

Re: What, if any, Apache modules are required to implement Django authentication?

2009-05-26 Thread Ben Welsh
Also, sorry to have missed the Q, I'm serving media from a separate machine. On Tue, May 26, 2009 at 11:54 PM, Ben Welsh wrote: > The nabble link I provided has a lot of that stuff. The answers are > prefork, mod_python and the following. If you would recommend a switch to > mod_w