Fork of sjhewitt's Debug Toolbar Panel add-on to collect information
about resent git commits.
Origing: https://github.com/sjhewitt/django-debug-toolbar-git-panel/commit/
.
-
Install and configure Django Debug Toolbar.
-
Add
'debug_toolbar_git_commit.panel.GitCommitStatus'
to yourDEBUG_TOOLBAR_PANELS
, and'debug_toolbar_git_commit'
toINSTALLED_APPS
.
-
GIT_COMMIT_COUNT
lets you set the number of commits to show in the panel (defaults to 20.) -
GIT_COMMIT_URL
(optional) lets you specify the link to the base url to link to the commit.