Hi,
I am trying to use a legacy database in Django. The application
has read only access to this database. This database contains
ForeignKey fields which don't fit Django's format of <field_name>_id.
Is there any way to specify the ForeignKey fields name?
Will same problem occur for ManyToMany fields? I have not started
creating models of those tables yet. But the database has it's own
naming convention for relationship tables used for holding ManyToMany
fields.
Thanks & Regards,
Suraj
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---