A Django Debug Toolbar panel to show VCS info
Project description
A Django Debug Toolbar panel to show VCS info
- 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',
)
LICENSE
MIT License
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
File details
Details for the file django-debug-toolbar-vcs-info-1.2.0.tar.gz
.
File metadata
- Download URL: django-debug-toolbar-vcs-info-1.2.0.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | edf3e64d4644baa9e055109c9b5548d87dce7a01ba53534f1a2c496c163017a6 |
|
MD5 | b3f088c7777d01d6a584362b1fce7615 |
|
BLAKE2b-256 | 6c7968082abf05bc3b3b120326c9ed3446ec7b08de2ed553fdecb48e70e07aa7 |