In my Django project, I would like two databases but only one model.
For example, an expert database and an exploit database. The router allows me to write in the exploit database or the expert database according to the users groups and permissions.
But how to duplicate the project model (described in model.py) in both bases?