Posts tagged with "http404"

There are a total of 1 posts.

Django에서 404 에러 페이지 커스터마이징 하기

Published 4월 07, 2025 by whitedec

Django에서 404 에러 페이지를 커스터마이징하는 방법, 발생 케이스, 템플릿 위치와 handler404 설정까지 실용적으로 정리한 가이드입니다.

#django , #http404 , #get_object_or_404 , #customizing_404