Python Django - How can I use different db for different apps and users? -


i have following situation:

  1. one db storing users data - let's "auth" app
  2. one common db data common users - call "common" db
  3. while registering, each user should have new db created "user" db

in general there 2 apps: auth , app2.

how can create new database , setup connection while registering new user?


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -