circulon / masonite-debugbar

A Python Masonite Debugging tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 Masonite Debugging tool

License:MIT License


Languages

Language:Python 98.3%Language:Makefile 1.7%