Skip to content

giginet/django-debug-toolbar-vcs-info

Repository files navigation

django-debug-toolbar-vcs-info

image

image

A Django Debug Toolbar panel to show VCS info

image

Supported python versions

2.7, 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

About

Add VCS info onto your django-debug-toolbar

Resources

License

Stars

Watchers

Forks

Packages

No packages published