Kolo is a Django development tool that captures and displays everything happening in your running Django app, including SQL queries, HTTP requests, template rendering, and cache operations. Current version: 3.1.0. Supports Python >=3.8. Active development with frequent releases.
pip install koloVerified import paths — ran on the pinned version, not inferred.
Add KoloMiddleware to your Django MIDDLEWARE list to start capturing requests, queries, and more.
Remove old kolo function calls and add 'kolo.middleware.KoloMiddleware' to MIDDLEWARE.
Only use Kolo in Django projects. For Flask, consider alternatives like flask-debugtoolbar.
Place 'kolo.middleware.KoloMiddleware' as the first item in the MIDDLEWARE list.
No dependency data recorded yet.