I have a really weird requirement. I am working on a project where the I have to interact with two databases and each of them has different tables. One of the databases is a legacy databse and I have got the models with the help of inspectdb. The other one has to be created from scratch. To be precise, if I have table_x in db_1 then I should not create table_x in db_1. Is it possible possible in Django? Any sort of help will be highly appreciated.
manage=Falseto your tables. by that you will be using ORM django for better functionallity, but databases could be any where and django doesn't care about their migrations.