학습/[The-Origin][SW][Backend] Main Pag
[The Origin][VSCODE][Django] Debug Toolbar
Gooing
2022. 4. 22. 23:52
반응형
설치하기
공식 문서
https://django-debug-toolbar.readthedocs.io/en/latest/installation.html
Installation — Django Debug Toolbar 3.2.4 documentation
Troubleshooting On some platforms, the Django runserver command may use incorrect content types for static assets. To guess content types, Django relies on the mimetypes module from the Python standard library, which itself relies on the underlying platfor
django-debug-toolbar.readthedocs.io
- 공식문서 내용에 맞춰서 설치 및 setting 확인
순서대로 따라하면 문제가 발생하지 않았다.
사용하기
※ 장고 ORM으로 연결되어있기 때문에 Query가 어떻게 진행되는지 보기위해서 설치
- 설치 후 화면

- SQL Query 확인

※ Query를 최소한으로 동작시키기위해서 패싱을 제공한다
여러가지 Test를 해보면서 VSCODE가 아니라 바로 볼 수 있다.
반응형