Ver código fonte

Add django-orm-lens under Developer Tools

FROWNINGdev 3 semanas atrás
pai
commit
7ea38ac27a
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -364,6 +364,9 @@ Standalone tools that help in developing Django projects.
 - [djhtml](https://github.com/rtts/djhtml) - Django/Jinja template indenter.
 - [djlint](https://www.djlint.com/) - Lint & Format HTML Templates.
 
+### Static Analysis
+- [django-orm-lens](https://github.com/FROWNINGdev/django-orm-lens) - Model-level static analysis: ER diagrams, N+1 detection, schema drift, and blast radius in CI, without a database or Django boot.
+
 ## Python Packages
 
 _A short list of Python packages that work well with Django._