I have 3 projects (A, B, C) and 3 databases (DB1, DB2, DB3). I have defined Model common
in project A and want to access same model in Project B. I want to access every database with each application. I don't know how to configure settings files so i can use every database. I tried django's multi-db but didn't get what I need.
Project A has Model UserAttributes()
, how can I use this model in Project B or project C as a shared database?