Skip to content

Latest commit

 

History

History

01_django_intro

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Introduction to Django

Model View Controller

Resources about the MVC architecture:

Note: There may be differences on how the communication from the Model to the View is shown. In the real world different frameworks use slightly modified architectures to better match their needs.

First Django tutorial

To create the first app follow the official Django Getting Started Guide.

Other resources