mik3y / django-db-multitenant

A simple multi-tenancy solution for Django apps.
Other
155 stars 34 forks source link

user, password and host #4

Closed brechmos closed 7 years ago

brechmos commented 9 years ago

Hi,

I am a little confused at the setup for this. It looks like your multi-tenant is going to work for what I want. But, I don't see where to setup the USER, PASSWORD and HOST for the database. Could you advise?

stephane commented 7 years ago

settings.DATABASES as usual.

Issue to close...