|
|
@@ -724,6 +724,17 @@
|
|
|
|
|
|
</li>
|
|
|
|
|
|
+ <li class="md-nav__item">
|
|
|
+ <a href="#static-analysis" class="md-nav__link">
|
|
|
+ <span class="md-ellipsis">
|
|
|
+ <span class="md-typeset">
|
|
|
+ Static Analysis
|
|
|
+ </span>
|
|
|
+ </span>
|
|
|
+ </a>
|
|
|
+
|
|
|
+</li>
|
|
|
+
|
|
|
</ul>
|
|
|
</nav>
|
|
|
|
|
|
@@ -1428,6 +1439,10 @@ or buying <a rel="sponsored" href="https://django.threadless.com/">official merc
|
|
|
<li><a href="https://github.com/rtts/djhtml">djhtml</a> - Django/Jinja template indenter.</li>
|
|
|
<li><a href="https://www.djlint.com/">djlint</a> - Lint & Format HTML Templates.</li>
|
|
|
</ul>
|
|
|
+<h3 id="static-analysis">Static Analysis<a class="headerlink" href="#static-analysis" title="Permanent link">¶</a></h3>
|
|
|
+<ul>
|
|
|
+<li><a href="https://github.com/FROWNINGdev/django-orm-lens">django-orm-lens</a> - Model-level static analysis: ER diagrams, N+1 detection, schema drift, and blast radius in CI, without a database or Django boot.</li>
|
|
|
+</ul>
|
|
|
<h2 id="python-packages">Python Packages<a class="headerlink" href="#python-packages" title="Permanent link">¶</a></h2>
|
|
|
<p><em>A short list of Python packages that work well with Django.</em></p>
|
|
|
<ul>
|