DJANGO ARCHITECTURE
DJANGO INTRODUCTION Before starting to talk about the Django Framework I leave you a link to the official documentation which will come back very useful later. https://docs.djangoproject.com/it/4.0/. The main purpose of this first dedicated section is to provide a good overview of the Framework, and of the main parts that make it up. This will facilitate the understanding of the role played by the individual components, which we will analyze and use in detail in the following sections. WHAT IS DJANGO Django is a high-level Web Framework written in Python, which enables the development of secure and scalable websites [...]