Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

What architectural pattern does Django follow?

  1. A MVC, where Django's view is the controller
  2. B MTV (Model-Template-View)
  3. C MVVM
  4. D Layered monolith only
Answer

MTV (Model-Template-View)

Django calls it MTV. Django's View plays the controller role and the Template plays the view role in classic MVC terms.

All Django MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as