Re: Multiple implementations of django's authentication/authorization system

2009-09-16 Thread Dan06
On Sep 16, 1:55 pm, Chris Babcock wrote: > Is there any particular reason to maintain two distinct authentication > databases? You could sub-class the Django auth models and deploy your > subclass in parallel, but that is not a trivial deployment task. It > would be easier to just authorize th

Re: Multiple implementations of django's authentication/authorization system

2009-09-16 Thread Chris Babcock
On Wed, 16 Sep 2009 10:26:15 -0700 (PDT) Dan06 wrote: > Is there a way to have multiple implementations of django's > authentication/authorization system? In my practice blog-type site, > I've implemented django's auth/auth system as is. I'd like to use the > d

Multiple implementations of django's authentication/authorization system

2009-09-16 Thread Dan06
Hi, Is there a way to have multiple implementations of django's authentication/authorization system? In my practice blog-type site, I've implemented django's auth/auth system as is. I'd like to use the default implementation solely for administrators of the site. For users