Re: Database Migration Question

2008-05-06 Thread jack
Russ - We had a few back and forths about this several weeks ago, if you recall. I now am much better versed in Django and so maybe a bit more capable of making intelligent comments. It would seem to me that with the primitives that I am seeking (which is basically a continuation of hiding the S

Re: Database Migration Question

2008-05-05 Thread Russell Keith-Magee
On Tue, May 6, 2008 at 11:57 AM, jack <[EMAIL PROTECTED]> wrote: > > Are there any Python/Django methods that represent generic database > commands such as creating a new table, renaming or dropping a column, > etc.? My thinking is that if these generic methods existed, so that > all I needed

Database Migration Question

2008-05-05 Thread jack
Are there any Python/Django methods that represent generic database commands such as creating a new table, renaming or dropping a column, etc.? My thinking is that if these generic methods existed, so that all I needed to do was specifiy the correct info abt my DBMS in the Settings file, I could