Creating View in Django

Posted by Nikita Singh
5
Jan 14, 2020
22 Views
View is a component in Django MVC architecture that contains the logic which is to be displayed to the user. In a traditional MVC architecture, it implements that by coordinating with both model and controller. It poses a problem that the views depends on both model and controller so it renders by two components.
Comments
avatar
Please sign in to add comment.