A port of the Django debug toolbar to Shimehari
Project description
Shimehari Debug-toolbar
===================
This is a port of the excellent `django-debug-toolbar <https://github.com/django-debug-toolbar/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.
.. _documentation: http://shimehari-debugtoolbar.readthedocs.org
Changes
=======
0.1.1 (2012-11-01)
------------------
release
===================
This is a port of the excellent `django-debug-toolbar <https://github.com/django-debug-toolbar/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.
.. _documentation: http://shimehari-debugtoolbar.readthedocs.org
Changes
=======
0.1.1 (2012-11-01)
------------------
release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Shimehari-DebugToolbar-0.1.1.tar.gz
(249.9 kB
view details)
File details
Details for the file Shimehari-DebugToolbar-0.1.1.tar.gz
.
File metadata
- Download URL: Shimehari-DebugToolbar-0.1.1.tar.gz
- Upload date:
- Size: 249.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35685a3786b677d8c13a80f334df1f3a33437c699c99874474d0478a7bd834f9 |
|
MD5 | e43a25d3950c5398458be3b14ac49598 |
|
BLAKE2b-256 | 7e29b62f38c781e59a76f0a78fbbbd4233e2b8493e0c87e30ef4f45ae358f433 |