This commit is contained in:
Andrey Bondar 2024-11-21 12:10:43 +01:00 committed by GitHub
commit 1b253b8d01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -254,6 +254,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/
- [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.
- [django-auto-prefetch](https://github.com/tolomea/django-auto-prefetch) - Automatically prefetch foreign key values as needed.
- [django-copyist](https://github.com/abondar/django-copyist) - Tool for precise and efficient django model copying.
### Performance
- [django-perf-rec](https://cur.at/GHUO6cn?m=web) - Keep detailed records of the performance of your Django code.