본 내용은 해당 강의 내용을 참조하여 만들었음을 밝힙니다.
What is Django?
Django is Python web developemt framework
* Built for Python 3.x -> Build for the latest version of Python
* Batteris Included -> Offers build-in solutions and features for basically all probloms, Customizable & extensible
* Build Production-ready Websites -> Django can be used and is used for building real websites
모든 것을 컨트롤 할 수 있다.
커스텀할 수 있는 다양한 옵션이 있다.
모든 웹사이트가 같지 않은 것처럼 모든 웹 사이트 프로젝트가 같지 않다.
'Programming > Django' 카테고리의 다른 글
[Python Django - The Practical Guide] Templates & Static Files (2) | 2025.07.18 |
---|---|
[Django] 템플릿에서 정적 파일(static file) 경로를 동적으로 만드는 방법 (0) | 2025.07.18 |
[Django] 📘 Template Language (DTL) — 중요한 개념 3가지 (1) | 2025.07.18 |
[Python Django - The Practical Guide] Urls & Views (2) | 2025.07.17 |
[Python Django - The Practical Guide] Course Setup (2) | 2025.07.16 |