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

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 hashes)

Uploaded Source

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