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.
To create the first app follow the official Django Getting Started Guide.
- A good explanation on what the PATH variable is.