orm

How to Use Multiple Databases in Django

August 15, 2022
Database
database, orm

Django ORM very well designed to use multiple relational databases (regardless engine) in single project. To start using two databases in Django project you need to configure connection to all of them in the settings.py file.

...