Skip to content

Introduction

What is Django

Django is a web framework created on 21 July 2005, it was extremely popular because it had the better ORM, it was made in Python and its URL format was revolutionary. Django was created in the big frameworks era, It follows the model–template–views, it should do that it feels harder compared with the newest frameworks like Express, before Express, the frameworks were very oppressive, because they enforce that the team followed an unique standard, while Express does the opposite, so, all Express like frameworks does not have a high cognitive load caused by that. It requires that you understand that to learn Django you must understand its structures and concepts.

Other introductions

Model–Template–Views

Read this.