Django debug toolbar not displayed using docker-compose
Hi all, after few minutes of frustration I finally got the django debug toolbar showing in my django apps running in docker managed by docker-compose. This issue happened to me quite a few times now and it really pisses me off to not know why this is happening. And that was a really simple issue…
The Issue If you started to dockerize your django app, I am sure that you encountered some weird difficulties that you managed to fix after few google requests.