You can read up the documentation regarding MPTT, sure to be useful. https://django-mptt.readthedocs.io/en/latest
On Tuesday, October 5, 2021 at 10:05:42 AM UTC+2 [email protected] wrote: > Is there any one with a typical example or tutorial (of Django mptt) that > tolks on the similar issue as mine and share with me? > > regards, > > On Tue, 5 Oct 2021 at 01:00, Sebastian Jung <[email protected]> wrote: > >> Hello Eugene, >> >> I think that django mptt can Store and display such a tree. >> >> Regards >> >> Eugene TUYIZERE <[email protected]> schrieb am Mo., 4. Okt. 2021, >> 20:29: >> > Team, >>> >>> Assume you have 3 tables PROVINCES, DISTRICTS, and SECTORS and you have >>> Province, District and Sector field names respectively in each table. >>> >>> How can you display in the Django template the following table? >>> >>> Province District Sectors >>> A A1 A11 >>> A12 >>> A2 A21 >>> A22 >>> A3 A31 >>> A32 >>> >>> Any assistance will be appreciated >>> -- >>> >> *TUYIZERE Eugene* >>> >>> >>> >>> Tel: (+250) 7 88 26 33 38, (+250) 7 22 26 33 38 >>> >> -- >>> You received this message because you are subscribed to the Google >>> Groups "Django users" 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-users/CABxpZHsGxujwVUp3NEXBWjBnOahYuPOBZccU8O%2BvejowDYxxvg%40mail.gmail.com >>> >>> <https://groups.google.com/d/msgid/django-users/CABxpZHsGxujwVUp3NEXBWjBnOahYuPOBZccU8O%2BvejowDYxxvg%40mail.gmail.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" 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-users/CAKGT9mwz%3D0FA27Yr8xxiZPK6O4v9t1CwVFXNtr3DMK-xxobmKw%40mail.gmail.com >> >> <https://groups.google.com/d/msgid/django-users/CAKGT9mwz%3D0FA27Yr8xxiZPK6O4v9t1CwVFXNtr3DMK-xxobmKw%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> > > > -- > *TUYIZERE Eugene* > > > > *Msc Degree in Mathematical Science* > > *African Institute for Mathematical Sciences (AIMS Cameroon)Crystal > Garden-Lime, Cameroon* > > Bsc in Computer Science > > *UR-Nyagatare Campus* > > Email: [email protected] > [email protected] > > Tel: (+250) 7 88 26 33 38, (+250) 7 22 26 33 38 > -- You received this message because you are subscribed to the Google Groups "Django users" 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-users/bd62dc5d-1b53-4dbd-bbba-0b36c30679een%40googlegroups.com.

