I have just installed the Django debug toolbar. It was slightly fiddly and although it is working I wanted to check if this is the correct way. Here are the 4 steps that I need to achieve success:
This was largely trial and error so I'm not sure this is the way to go. I am oarticoluarly unsure if step 4 is necessary...
Any input would be much appreciated
I was having the same problems. But, I think I figured it out. I believe the step you are missing is to add 'debug_toolbar' to your projects setting.py INSTALLED_APPS tuple. This solves it for me. Here is a link to the article that I used as a reference.
The INTERNAL_IPS
should be a list or tuple, not a string, so:
INTERNAL_IPS = ('127.0.0.1', ) # note, comma
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With