{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/16"},{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/9"},{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/19"},{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/7"},{"label":"HTTP Servers","url":"https://skillfed.io/packages/category/internet-www-http-http-servers"}],"enrichment":{"capability":"A Django development middleware that collects and displays HTTP requests, responses, SQL queries, headers, and settings for debugging REST APIs during local development.","skillfed_tags":["django-debug","rest-api-dev","sql-profiling"],"use_cases":["Debug N+1 query problems by viewing duplicate and similar query labels in request details.","Inspect SQL execution times and stacktraces to identify slow or unexpected database calls during API development.","Search and filter requests by path, view name, headers, or SQL content to isolate problematic endpoints.","View masked Django settings in the running process to verify environment variables and configuration logic.","Monitor request/response headers and status codes across multiple API calls without leaving the browser."],"what_it_does":"Django Requests Tracker is a development-only middleware for Django that intercepts and logs HTTP requests, responses, and database activity. It displays a searchable, sortable list of all requests sent to your application, showing HTTP method, path, view name, status code, query count, and execution time. Clicking into any request reveals detailed information: all SQL queries executed in that request's context with execution times and stacktraces, request and response headers, and the current Django settings (with sensitive values masked). It identifies common ORM problems like N+1 queries by labeling similar and duplicate queries.\n\nThe tool is designed specifically for REST API development and local debugging\u2014it only activates in DEBUG mode and only for requests from INTERNAL_IPS. It depends on django and sqlparse, making installation straightforward. Configuration is optional and includes patterns to ignore certain paths or SQL queries, stacktrace display toggles, and SQL performance thresholds. The interface is web-based and accessed via a dedicated URL path in your project.","worth_installing":"Yes, if you are actively developing a Django REST API locally. The tool is lightweight, low-friction to install, and provides valuable debugging insights for SQL and request inspection. However, maintenance is dormant (last release November 2023, last commit April 2024), so verify compatibility with your Django version before relying on it for new projects. Not suitable for production use."},"id":"requests-tracker","links":{"html":"https://skillfed.io/packages/requests-tracker","md":"https://skillfed.io/packages/requests-tracker.md","pypi":"https://pypi.org/project/requests-tracker/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2023-11-04","license_spdx":null,"license_treatment":"permissive","name":"requests-tracker","python_support":"supports_current","summary":"The Django Requests Tracker is designed for local Django development, particularly for Rest API development. It provides various debugging information, such as SQL queries, headers, and status codes."},"popularity":{"monthly_downloads":109292,"position":12520,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.3.3"}
