Am 2007-10-01 um 14:25 schrieb Greg_IAP:

> i tried to understand if i could use django to do some modifications
> to an existing database...in vain.
> I understand that i must rewrite the structure of the database through
> django to produce a database model and to permit django to understand
> my database structure through classes and models.
>
> I don't want to rewrite classes which are the differents tables of my
> database.I just want to use the django admin engine and using my
> existing database.
>
> could it be done with django?

Yes, you can most probably use your existing database.
Either try the introspection functions or (probably better) try to  
write down your table structure as django classes - you only need to  
tweak some column names (e.g. primary key).
I did that for my first django project (several linked tables),  
following the tutorial and looking up what else I needed to know, so  
it can't be that difficult.


Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net
https://www.cacert.org (I'm an assurer)



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to