Django Full Course - 7.0 - Multiple databases. Defining multiple databases, manually selecting db

In this lesson we will cover the topic of multiple databases. We will start by defining second database, and then I will show you how to manually choose db when we make queries: (’db’).all(), (’db’).create(), (using=’db’), (’db’).get().delete(). More about basic queries -
Back to Top