Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

matsumos/shimehari-debugtoolbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shimehari Debug-toolbar

This is a port of the excellent django-debug-toolbar for Shimehari applications.

Installation

Installing is simple with pip:

$ pip install shimehari-debugtoolbar

Usage

Setting up the debug toolbar is simple:

from shimehari import Shimehari
from shimehari_debugtoolbar import DebugToolbarExtension

app = Shimehari(__name__)

toolbar = DebugToolbarExtension(app)

The toolbar will automatically be injected into Jinja templates when debug mode is on.

See the documentation for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published