I would like to dynamically change path to sqlite database depending on currently logged user using Django framework. Basically each user should have his own sqlite database file. Anyone with experience? Thanks.
I would like to dynamically change path to sqlite database depending on currently logged
Share
Since Release 1.2 Django is able to deal with multiple db
Anyway, I’m not shure if it is a good idea to have a DB for every user (if there are a large and rasing amount of user…). What’s the reason for your decision?