How do you log all API calls in your application?

This page summarizes the projects mentioned and recommended in the original post on /r/django

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • django-simple-analytics

    A very simple package for django for tracking requests to the site.

  • django-sql-dashboard

    Django app for building dashboards using raw SQL queries

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • django-easy-audit

    Yet another Django audit log app, hopefully the simplest one.

    I think what you are looking for is django-easy-audit, it's a package that logs into the database all the requests for the specified endpoints, but also changes that happen to specified models and authorization events. You can access logs from the Django admin or create a fronted yourself.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts