728x90 time1 Django 디버깅 모듈 : django-debug-toolbar django-debug-toolbar란? 장고 관련 페키지 중 하나로 장고 디버그할 때 자주 자용하는 패키지이다. 사용법 1. 패키지 설치 pip install django-debug-toolbar cmd에 패키지를 다운을 받으면 된다. 2.setting 확인 INSTALLED_APPS에 django.contrib.staticfiles 와 setting에 STATIC_URL = 'static/' 확인 INSTALLED_APPS = [ ... 'django.contrib.staticfiles', ] STATIC_URL = 'static/' TEMPLATES에 이와 같이 되어있는지, BACKEND에 temp를 확인 TEMPLATES = [ { "BACKEND": "django.template.backends.. 2023. 6. 12. 이전 1 다음 728x90