DEV Community

Hitul Mistry
Hitul Mistry

Posted on

Internals of Django framework

Django is the web framework for full stack development. It is known for battery-included framework and rapid development with lots of features built in.

It has built in ORM, Multipl Database backend support, View caching, Database routing, Middlewares etc built in without any extra library installation.

Have your wondered how does it works internally?

Hitul Mistry presented a talk at Europython 2022, Dublin, Ireland on topic Walk-through of Django Internals.

Blog and video can be found on https://digiqt.com/blog/europython-internals-of-django/?utm_source=dev-to

Blog has video, presentation link and also summary content of the video.

Top comments (0)