Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 518 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 518 Bytes

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.