I am rewriting a legacy application that has a database for each customer. Each customer has its own authentication and user set. Thus, I\'ll need a custom authentication ba
Its likely you could use the Django database routers to control this. If you know which user hits which database you could simply define that based on logic for the user model.