Re: Lets not solve Schema Evolution but reframe the problem

2009-04-28 Thread Russell Keith-Magee
On Wed, Apr 29, 2009 at 10:42 AM, DavidP wrote: > > A  solution to the schema evolution problem is to reframe it and solve > a different problem. While I'm glad you are enthusiastic about the schema evolution problem, now is not the best time to be discussing it. We are

Lets not solve Schema Evolution but reframe the problem

2009-04-28 Thread DavidP
A solution to the schema evolution problem is to reframe it and solve a different problem. The "problem" with schema evolution is caused by a violation of the DRY principle. There is redundancy between the db schema and django's .py files. The DRY violation may be removed by coding an