diff --git a/docs/panels.rst b/docs/panels.rst index cf46cccab..e978fcc7b 100644 --- a/docs/panels.rst +++ b/docs/panels.rst @@ -284,6 +284,15 @@ Path: ``debug_toolbar_user_panel.panels.UserPanel`` Easily switch between logged in users, see properties of current user. +VCS Info +~~~~~~ + +URL: https://github.com/giginet/django-debug-toolbar-vcs-info + +Path: ``vcs_info_panel.panels.GitInfoPanel`` + +Displays VCS status (revision, branch, latest commit log and more) of your Django application. + API for third-party panels --------------------------