Skip to main content

A Django Debug Toolbar panel to show VCS info

Project description

https://travis-ci.org/giginet/django-debug-toolbar-vcs-info.svg?branch=master https://coveralls.io/repos/giginet/django-debug-toolbar-vcs-info/badge.svg?branch=master&service=github

A Django Debug Toolbar panel to show VCS info

https://raw.githubusercontent.com/giginet/django-debug-toolbar-vcs-info/master/images/vcs_info_panel.png
Supported python versions

2.6, 3.2, 3.3, 3.4, 3.5

Supported django versions

1.7 - 1.10

Supported VCS

git

Installation

Use pip

$ pip install django-debug-toolbar-vcs-info

Add vcs_info_panel into INSTALL_APPS in settings.py file

INSTALLED_APPS += (
    'vcs_info_panel',
)

Add the panel you want to use. currently, you can use GitInfoPanel only.

DEBUG_TOOLBAR_PANELS = (
  ...
  'vcs_info_panel.panels.GitInfoPanel',
)

Author

giginet <giginet.net@gmail.com>

LICENSE

MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-debug-toolbar-vcs-info-1.2.0.tar.gz (8.3 kB view details)

Uploaded Source

File details

Details for the file django-debug-toolbar-vcs-info-1.2.0.tar.gz.

File metadata

File hashes

Hashes for django-debug-toolbar-vcs-info-1.2.0.tar.gz
Algorithm Hash digest
SHA256 edf3e64d4644baa9e055109c9b5548d87dce7a01ba53534f1a2c496c163017a6
MD5 b3f088c7777d01d6a584362b1fce7615
BLAKE2b-256 6c7968082abf05bc3b3b120326c9ed3446ec7b08de2ed553fdecb48e70e07aa7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page