Walk-through of Django internals
- Room:
- Wicklow Hall 1
- Start:
- 09:30 on 14 July 2022
- Duration:
- 45 minutes
Abstract
⭐ The talk will cover the Django codebase internals and showcase various moving parts in the code.
⭐ Talk will cover the internals of CGI, WSGI, working on runserver, views, Middleware, app loading, Django settings load, ORM, Django utilities, etc.
TalkDjango
Description
⭐ Talk will start with the introduction of how does end to end web request works internally in Django.
⭐ The talk will introduce users to the internals of ORM, database backend, middleware, etc.
⭐ The talk will also cover, all processes Django does internally to start a server.
⭐ At the end of the talk attendees will be able to understand the internal code structure of Django, how does Django server start, how does Django serves the requests, etc.