본문 바로가기

STACKBASE

검색하기
STACKBASE
프로필사진 잡뿌

  • 분류 전체보기 (35)
    • 회고 (0)
    • 프로그래밍 (14)
      • Python (9)
      • Django (5)
    • 데브옵스 (0)
    • 클라우드 (4)
      • AWS (4)
      • AZURE (0)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/08   »
일 월 화 수 목 금 토
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
Tags
  • git
  • mcponaws
  • AWSKRUG
  • json
  • pyspark
  • Amazon
  • AI
  • AWS
  • devops
  • django
  • coding with ai
  • tgw
  • 툴바안뜸
  • list
  • Spark
  • SCALA APP
  • Eclipse
  • Python
  • ubuntu
  • MongoDB
  • Transit Gateway
  • debug_toolbar
  • debug toolbar
  • nosql
  • ai assistant
  • django-debug-toolbar
  • amazon q
  • VPC
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록debug toolbar (1)

STACKBASE

[Django] debug toolbar 설치

1. pip를 이용한 설치 python -m pip install django-debug-toolbar 2. Django project > settings.py 설정 # 1. APP 추가 INSTALLED_APPS = [ # ... "django.contrib.staticfiles", "debug_toolbar", ] # 2. Templates 설정 확인 TEMPLATES = [ { "BACKEND": "django.template.backends.django.DjangoTemplates", "APP_DIRS": True, # ... } ] # 3. MiddleWare 추가 MIDDLEWARE = [ # ... "debug_toolbar.middleware.DebugToolbarMiddleware", #..

프로그래밍/Django 2022. 1. 28. 22:20
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바