❤️ Support Masonite

masonite-debugbar

Official V1.0.1
9
2
MIT License

pip install masonite-debugbar

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:

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

]

Lastly, publish the provider:

$ python craft package:publish debugbar

Last update: