Posts tagged with "cbv tutorial"

There are a total of 1 posts.

클래스 기반 뷰(CBV) 탐구 시리즈 ② - Django의 기본 View 클래스 이해하기

Published 5월 26, 2025 by whitedec

Python 기반 Django의 View 클래스를 이해하고, dispatch 메서드와 CBV 흐름을 구조적으로 파악해 백엔드 개발 역량을 강화하세요.

#django , #python , #cbv tutorial , #백엔드 프레임워크 , #코드 리팩토링 , #dispatch() , #view class