Python Django - How can I use different db for different apps and users? -
i have following situation:
- one db storing users data - let's "auth" app
- one common db data common users - call "common" db
- 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
Post a Comment