Thanks Camilo, I understand a schema just as a database, so if I use another schema I will be creating a new database and then the auth tables will be duplicated on this new database (or schema). With that, I won't get what I want, that is, only one set of tables with users' information. I'm using mariadb (mysql), I don't know if schemas mean something different in other db engines...
Do you have any examples or places where I could learn more about your solution? I'm surely missing some things. Greetins, Hector. On Thursday, August 7, 2014 4:14:39 PM UTC-4, Camilo Torres wrote: > > Hello. > > You can use the same DB, but different schema or different user. You can > also use the same schema as long as table names (and other objects names) > din't match. > > I recomend to use diferent schemas for different web apps. > > Camilo. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/4602bda9-7617-4f5e-a981-58ba792f1e13%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

