Why is Django called a loosely coupled framework?

Django is known as a loosely connected framework because of its MTV architecture. Django’s design is an MVC variant, and MTV is advantageous since it totally separates server code from the client’s hardware. The client machine has Models and Views, and templates are only returned to the client. All of the architectural elements make distinct from one another.


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *