Get Started to monitor your Django app with Prometheus and Grafana in 10 minutes

This 10-minutes guide will help you easily getting started with monitoring a Django application using Prometheus and Grafana… Read more

Similar

Richer Django Logging

I recently tested Rich logging with a Django project and the results were good. Here's what it looks like: Note the file and line at the right hand of the terminal which shows were the log function was called. If your terminal supports hyperlinks, you can... (more…)

Read more »

Django SQL Dashboard

I’ve released the first non-alpha version of Django SQL Dashboard, which provides an interface for running arbitrary read-only SQL queries directly against a PostgreSQL database, protected by the Django authentication … (more…)

Read more »