Skip to content

MasoniteFramework/debugbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ This repository is no longer maintained

Masonite Debugbar development continues at masonitedev/debugbar as part of Masonite 5 (a new PyPI package name is coming soon). This repository covers masonite-debugbar ≤ 1.0.1, which will receive no further updates (including security fixes).

❤️ In memory of Joseph "Joe" Mancuso, creator of Masonite.


Masonite Debugbar

A Masonite Python Debugging Tool

Screen Shot 2022-01-17 at 6 53 40 PM

Install

First pip install:

$ pip install masonite-debugbar

Then add the debugbar provider to your providers list LAST (as the last provider in the list):

from debugbar.providers import DebugProvider
PROVIDERS = [
    # ..
    DebugProvider,

]

Lastly, publish the provider:

$ python craft package:publish debugbar

About

A Python Debugging tool

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

 

Packages

 
 
 

Contributors