Skip to content

Just small example of implementing tree using pure Django + Django REST without any third-party libraries.

Notifications You must be signed in to change notification settings

Triol19/django-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base implementation of simple tree structure using pure Django and Django REST. DB is PostgreSQL. Process of reading has been optimized with RECURSIVE procedure from PostgreSQL.

About

Just small example of implementing tree using pure Django + Django REST without any third-party libraries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages