Google News
logo
Python - Interview Questions
Why is Django loosely packed?
Django has described as a loosely coupled framework because concerning the MTV architecture it’s based upon. Django’s architecture means a variant of MVC architecture and also MTV is helpful because this completely separates the server code of the client’s machine.
Advertisement