Posts tagged with "django"

There are a total of 35 posts.

모델 선택지 정의의 진화 : TextChoices 클래스에 대하여

Published 4월 15, 2025 by whitedec

Django 모델에서 선택지를 정의하는 전통적인 방식과 `TextChoices` 클래스를 비교하며, 코드의 유지보수성과 재사용성을 높이는 방법을 소개합니다.

#django , #orm , #textchoices

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

Published 4월 07, 2025 by whitedec

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

#django , #http404 , #get_object_or_404 , #customizing_404

Django 웹 프로젝트에서 Poppins 및 sans-serif 폰트 안정적으로 적용하기

Published 4월 07, 2025 by whitedec

How to apply Google Poppins and system sans-serif fonts stably in Django with Docker, supporting CJK and local fallback strategy.

#django , #css , #fonts