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 all the Data Base Abstraction
> but in the Django Models, i would like a script to do this for me, is
> just reverse engeniering.
> 
> I would like to know if anyone is working on this so i dont reinvent
> the wheel...

FYI, you're going to get a lot more help if you post this to django-users; 
django-developers is meant for discussion of developing Django itself, not 
answering questions.

Jacob

--~--~-~--~~~---~--~~
 You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~--~~~~--~~--~--~---



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 to rewrite all the Data Base Abstraction
> but in the Django Models, i would like a script to do this for me, is
> just reverse engeniering.
>
> I would like to know if anyone is working on this so i dont reinvent
> the wheel...

http://www.djangoproject.com/documentation/django_admin/#inspectdb

Joseph

--~--~-~--~~~---~--~~
 You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~--~~~~--~~--~--~---



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, i would like a script to do this for me, is
just reverse engeniering.

I would like to know if anyone is working on this so i dont reinvent
the wheel...

Atte Carlos Zager


--~--~-~--~~~---~--~~
 You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~--~~~~--~~--~--~---