Re: DB to Django Models

2006-12-15 Thread Jacob Kaplan-Moss
On 12/15/06 1:38 PM, [EMAIL PROTECTED] wrote: > Hello, i was thinking of developing some modules that did the > transalation from any DataBase supported by Django to the Django > Models. For example, i have a db in production but would like to use it > with Django, then i would have to rewrite

Re: DB to Django Models

2006-12-15 Thread Joseph Kocherhans
On 12/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hello, i was thinking of developing some modules that did the > transalation from any DataBase supported by Django to the Django > Models. For example, i have a db in production but would like to use it > with Django, then i would have

DB to Django Models

2006-12-15 Thread [EMAIL PROTECTED]
Hello, i was thinking of developing some modules that did the transalation from any DataBase supported by Django to the Django Models. For example, i have a db in production but would like to use it with Django, then i would have to rewrite all the Data Base Abstraction but in the Django Models,