]> git.ipfire.org Git - thirdparty/patchwork.git/commit
Add support for 'django-debug-toolbar'
authorStephen Finucane <stephen.finucane@intel.com>
Fri, 8 Jan 2016 16:14:47 +0000 (16:14 +0000)
committerStephen Finucane <stephen.finucane@intel.com>
Tue, 15 Mar 2016 11:28:33 +0000 (11:28 +0000)
commitf7fd8dff74e8e7168fb5be7665c8d74bf8409564
tree73109f17e6a4d6b109c7c0efc0a1cbec896c463d
parentaf4d348ede2698198ba34af466e136860570505b
Add support for 'django-debug-toolbar'

This tool is exceptionally helpful for debugging issues with Django:
install it as part of the 'dev' configuration. This only works on
Django > 1.6, due to a lack of support for older versions in the
upstream.

A note is included to help users avoid the issues seen when running
patchwork on a different machine.

Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
docs/development.md
patchwork/settings/dev.py
requirements-test.txt