Re: Database redesign for "user" table

2010-03-10 Thread derek
On Mar 8, 6:00 pm, Daniel Roseman wrote: > On Mar 8, 3:01 pm, Derek wrote: > > > I am working with a legacy database and would appreciate some advice. > > > I have an existing "user" table, with some fields that overlap with the > > design of Django's "user" table, and some fields that are "extra

Re: Database redesign for "user" table

2010-03-08 Thread Daniel Roseman
On Mar 8, 3:01 pm, Derek wrote: > I am working with a legacy database and would appreciate some advice. > > I have an existing "user" table, with some fields that overlap with the > design of Django's "user" table, and some fields that are "extra" to it.  I > understand that I can use Django's "us