Re: Need to replace Django User class

2009-09-07 Thread Jim Myers
OK, I think I got it to work now. I had to copy most of the stuff in contrib.auth.models.py also (which isn't really mentioned in the doc you mentioned about backends (which I had already read). --~--~-~--~~~---~--~~ You received this message because you are subscr

Re: Need to replace Django User class

2009-09-07 Thread Karen Tracey
On Mon, Sep 7, 2009 at 1:51 AM, Jim Myers wrote: > > I've look all over docs and Google to find a way to do this with no > real luck. > > I'm using a legacy PostGreSQL database which already has user and > permissions tables defined, and I don't want to have to create > parallel Django User table