❤️ Support Masonite so we can continue to build new packages!
pip install masonite-debugbar
A Masonite Python Debugging Tool
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: 10/14/2022, 12:00:14 AM