Re: Pluggable encryption for django auth (design proposal)

2010-11-30 Thread Christopher Petrilli
On Tue, Nov 30, 2010 at 4:22 AM, Tom Evans wrote: > First comment is that Django already has a pluggable authentication > stack, which already allows for this - simply define a new auth > backend that tests the password in the manner you wish. My understanding of the pluggable authentication sys

Spam attack on the Wiki

2010-07-05 Thread Christopher Petrilli
Just an FYI, but there's been hundreds of edits to add spam links in the last few hours. Might be worth locking it and rewinding the database. Chris -- | Chris Petrilli | petri...@amber.org -- You received this message because you are subscribed to the Google Groups "Django developers" group.

Re: Django's testing infrastructure

2010-02-26 Thread Christopher Petrilli
I can toss in a Core i7 w/12GB for testing as well, if someone can give me the VMs in either VirtualBox or Linux KVM format. I think this is a brilliant idea, and would even be willing to contribute some money to cover EC2/etc, if that's what it takes. Chris On Fri, Feb 26, 2010 at 11:49 AM, Stev

Re: DB optimization docs

2010-01-08 Thread Christopher Petrilli
Luke, I wonder if it's the right place, but one thing I have noticed most people don't realize is that they need to run something to do pooling between Django and the DB. I run pgpool, even when there is only one of each since it does the connection pooling for you. This can be a HUGE win in many