Eduardo-Lucas / django-recursive-relationship

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-recursive-relationship

This is the code for a blog post I published on Stackabuse where I describe how to use the Python Django web framework to model recursive data using an implementation technique known as the adjacent list technique. This implementation is contrasted in a later post that uses the modified preordered tree traversal technique also on Stackabuse here.

About


Languages

Language:Python 74.8%Language:HTML 25.2%