phildini / tikibar

A debugging and information toolbar for django, designed for lightweight impact so it can be enabled selectively and run in production.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tikibar

A debugging and information toolbar for django, designed for lightweight impact so it can be enabled selectively and run in production.

Features

Among other things, it includes:

  • CPU usage time statistics
  • Used template tracking
  • SQL call logging and timing
  • Cross-domain functionality

Getting Started

To use Tikibar, you need to add it to your Django INSTALLED_APPS and then include the middleware (tikibar.middleware.TikibarMiddleware) in your Django middleware configuration.

Version Compatibility

Tikibar is currently only tested against Django 1.5, and will likely not work against Django 1.11 due to the new middleware format.

About

A debugging and information toolbar for django, designed for lightweight impact so it can be enabled selectively and run in production.

License:Other


Languages

Language:HTML 49.9%Language:Python 43.5%Language:JavaScript 5.4%Language:Makefile 1.2%