You’ve effectively got a 3 layer architecture whether you use Django’s ORM or SQLAlchemy, though your forgo some of the Django’s benefits if you choose the latter.
Read moreWhat is Django web architecture?
Introduction to Django Architecture. The Django is a free and open-source web application framework that is written in Python language . This framework is used in place of servlets, PHP, javascript to build web application backend part.
Read more