Internal organization of the django project

Hello everyone, I work on ticket #34277 and #5929. I would just like to know if there is by chance a part of the documentation that talks about the structure (internal organization) of the django project itself?
If it exists, so much the better. If not, it would be a good idea to create it.
Thanks for your time.

Hi Hama

Ticket #5929 is very complex and needs research to understand previous attempts. I’d advise focusing on just #34277 at first.

There’s not documentation on the structure of Django. This kind of information is often given in conference talks. This one from James Bennett goes into depth on a lot of subjects, including the ORM: James Bennett - Django in Depth - PyCon 2015 - YouTube

Django Under The Hood was a conference specifically about diving into Django’s code. The talks from that are also good: https://www.youtube.com/@djangounderthehood420/videos . Ansi’s ORM one will possibly be of interest.

Good luck!

1 Like

hi, thanks for your answer. i noticed the complexity of the 5929. I will focus on the 34277 first.
Thanks for the guidance.