Re: Authentication and User DB

2006-12-15 Thread Deryck Hodge
On 12/15/06, voltron <[EMAIL PROTECTED]> wrote: > Can I just extend the Django User model( class) so that the > Authentication middleware is also available for use? I have several > other fields that I need for my site. > > Can I have 2 different types of user databases and still use Djangos > Au

Authentication and User DB

2006-12-15 Thread voltron
Hi, Can I just extend the Django User model( class) so that the Authentication middleware is also available for use? I have several other fields that I need for my site. Can I have 2 different types of user databases and still use Djangos Authentication middleware? A site that I´m developing ma