AmvTek blog

complex web systems

Accessing multiple postgres schemas from Django

One of the postgres feature we have been laking the most when working with the Django ORM is the lake of direct support for postgres schemas. In the past we tried several roads to explicitely target other schemas than public when creating or accessing the database structures required by our ...