
Fork of aschn/drf-tracking so that we can maintain and release newer versions
The drf-api-tracking library is a robust solution for logging requests in applications built with Django Rest Framework (DRF). It provides developers with an easy-to-integrate model and view mixin that captures detailed information about each request and response cycle. From tracking user interactions to performance metrics, this tool delivers valuable insights that can enhance the overall functionality and reliability of your APIs. Whether you're looking to analyze usage patterns or troubleshoot issues, drf-api-tracking offers a comprehensive approach for monitoring API activity.
should_log method, allowing for selective logging based on specific conditions.
Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It follows the model-view-controller (MVC) architectural pattern, providing an extensive set of built-in tools and conventions to streamline the creation of robust and scalable web applications.