Re: Where to put generic Database Tables?

2011-03-23 Thread shacker
On Mar 22, 10:44 am, Andre Lopes wrote: > Hi, > > I'm trying to start with Django. > > I'm developing an App. This App is called "Directory" and will store > info about websites. > > I must to create a database table called "Genders", but this is a > generic database table

Where to put generic Database Tables?

2011-03-22 Thread Andre Lopes
Hi, I'm trying to start with Django. I'm developing an App. This App is called "Directory" and will store info about websites. I must to create a database table called "Genders", but this is a generic database table and could be used in other App. My question... how to deal with this kind of