Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1002 from kawazrepos/add-vcs-info-to-toolbar
Browse files Browse the repository at this point in the history
Debug ToolbarにGitのリビジョンを表示するように
  • Loading branch information
giginet committed Dec 8, 2015
2 parents 95d8d28 + a7b90fd commit de318f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ django-crispy-forms
django-contrib-comments
django-debug-toolbar
django-debug-toolbar-template-timings
django-debug-toolbar-vcs-info>=1.1.0
requests
django-appconf
honcho
Expand Down
2 changes: 2 additions & 0 deletions src/kawaz/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
'registration.contrib.notification',
'debug_toolbar',
'template_timings_panel',
'vcs_info_panel',
'thumbnailfield',
'roughpages',
'registration',
Expand Down Expand Up @@ -340,6 +341,7 @@ def show_debug_toolbar(request):
'debug_toolbar.panels.profiling.ProfilingPanel',
'debug_toolbar.panels.logging.LoggingPanel',
'debug_toolbar.panels.redirects.RedirectsPanel',
'vcs_info_panel.panels.GitInfoPanel'
]

# 雑多な設定 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit de318f9

Please sign in to comment.