That's a very broad question. Have you seen the contributing guide? Particularly "Advice for New Contributors" ( https://docs.djangoproject.com/en/dev/internals/contributing/new-contributors/ ) and "Writing your first patch for Django" ( https://docs.djangoproject.com/en/dev/intro/contributing/ ). These deal with working with Django's source code.
There are also lots of conference talks and blog posts out there exploring the internals of Django's source - for example see James Bennett's "Django in Depth" - https://www.youtube.com/watch?v=tkwZ1jG3XgA - or any of the Django Under The Hood talks on youtube. Hope that helps, Adam On Tue, 1 Sep 2020 at 21:37, y b S <[email protected]> wrote: > Hi all, > I am new to django source code, and I would like to know more about django > design and schema. could anyone please guide me or point out one direction > for me to go? > > regards > Yingbao > > -- > You received this message because you are subscribed to the Google Groups > "Django developers (Contributions to Django itself)" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-developers/ef5a1926-016a-4df7-826f-61074cc42812n%40googlegroups.com > <https://groups.google.com/d/msgid/django-developers/ef5a1926-016a-4df7-826f-61074cc42812n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Adam -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CAMyDDM3Ux9hs4FA_JjzUj-iwEPy3g_0oLtPr8bzJGkrVu9rF0g%40mail.gmail.com.
