Add django debug toolbar to example project for testing.
commita25407a74ec31950bff2f2064943850b7a0d3687
authorAbhilash Raj <raj.abhilash1@gmail.com>
Sat, 19 Feb 2022 05:21:43 +0000 (18 21:21 -0800)
committerAbhilash Raj <raj.abhilash1@gmail.com>
Sat, 19 Feb 2022 05:21:43 +0000 (18 21:21 -0800)
treedb0314658f8713ce945b5b6b41ac23a00a24f2be
parent9badd494dadef502c5f99ca36f02ac90fc5203ef
Add django debug toolbar to example project for testing.

Django debug toolbar is very useful for testing and it has provided to be very
useful in Hyperkitty. So, adding it here too so we can improve it.
example_project/settings.py
example_project/urls.py
setup.py
tox.ini