Model Architecture Planning
Django is based on the Model-View-Template software design architecture, which means that the Model takes care of our data and logic, the views will take care of what the users will see in the browser when you render your site, and the templates will...
blog.vicentereyes.org1 min read