| Title | Django Debug Toolbar |
|---|---|
| Date | 2022-05-16 |
| Order | 6 |
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.
- Using git, checkout out the
debug-toolbarbranch - Update the branch relative to
mainusinggit merge main. The branch is updated periodically but will likely be behind latest. - Re-build the Docker images using
docker-compose up --buildto ensure that the Debug Toolbar library is installed fromrequirements.txt - Access the application
webimage directly (instead of vianginx) using port8000