How to use multiple(identical) databases in django. Or set them after open homepage.
I need to set the database in an endpoint or before login, but i don't want set all the databases before in settings.py, because they have identical structure(and will be many databases to set).I think use local variable or set the database before an...