BookWyrm has a branch that is configured to run Django Debug Toolbar. This branch will never get merged into main
and has a few tweaks that make it work with the toolbar, but unsafe to use in anything resembling a production environment. To use this branch, you will need to go through a few steps to get it running.
debug-toolbar
branchmain
using git merge main
. The branch is updated periodically but will likely be behind latest.docker-compose up --build
to ensure that the Debug Toolbar library is installed from requirements.txt
web
image directly (instead of via nginx
) using port 8000