Here you can also find a comprehensive guide on Python Django Tutorial that is very easy to understand.
Django is a web service used to build your web pages. Its architecture is as shown:
Template: the front end of the web page
Model: the back end where the data is stored
View: It interacts with the model and template and maps it to the URL
Django: serves the page to the user