On Mar 22, 12:31 pm, Andre Lopes <[email protected]> wrote: > Hi, > > I'm new to Django and I have some doubts about the Database Design. I > design Databases two years from now but I'm not accustomed to design > databases without composite keys. > > I have read that Django does not support composite keys. True? > > How is the philosophy of database design in Django... All the tables > must to have one sequence(in PostgreSQL) for the PK and use unique > keys to do the same that a composite key does? > > Do you recommend some Database Design readings about Django? >
See: http://code.djangoproject.com/wiki/MultipleColumnPrimaryKeys http://www.codekoala.com/blog/2008/using-django-design-your-database-schema/ -- 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.

