From 134aecdeda8425f46b2148b23d03d021c86214a7 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Thu, 11 Aug 2022 20:10:14 +0200 Subject: [PATCH] :handshake: Add `django-treenode`. (#183) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6bb3637..e8b4e97 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-simple-history](https://github.com/treyhunner/django-simple-history) - Store model history and view/revert changes from the admin. - [django-polymorphic](https://github.com/django-polymorphic/django-polymorphic) - Django-polymorphic simplifies using inherited models in Django projects. - [django-recurrence](https://github.com/django-recurrence/django-recurrence) - Utility for working with recurring dates in Django. +- [django-treenode](https://github.com/fabiocaccamo/django-treenode) - Abstract model/admin for tree based stuff. ### Performance - [django-perf-rec](https://cur.at/GHUO6cn?m=web) - Keep detailed records of the performance of your Django code.