LICENSE
README.md
pyproject.toml
dev_insights/__init__.py
dev_insights/config.py
dev_insights/formatters.py
dev_insights/middleware.py
dev_insights/panel.html
dev_insights/sql_trace.py
dev_insights/store.py
dev_insights/template_trace.py
dev_insights/trace.py
dev_insights/urls.py
dev_insights/views.py
dev_insights/collectors/__init__.py
dev_insights/collectors/connection.py
dev_insights/collectors/db.py
dev_insights/collectors/template.py
django_dev_insights.egg-info/PKG-INFO
django_dev_insights.egg-info/SOURCES.txt
django_dev_insights.egg-info/dependency_links.txt
django_dev_insights.egg-info/requires.txt
django_dev_insights.egg-info/top_level.txt
tests/test_collectors.py
tests/test_formatters_and_config.py
tests/test_middleware.py
tests/test_panel.py
tests/test_sql_trace.py
tests/test_template_collector.py
tests/test_trace.py