본문 바로가기
Programming/Django

[Python Django - The Practical Guide] Getting Started

by Mandy's 2025. 7. 16.

https://www.udemy.com/course/python-django-the-practical-guide/?srsltid=AfmBOooIsUYcHXcq98H0RVFtBtC6ORNnGCSAvH7KEQBZfff3KPfPwNBk

본 내용은 해당 강의 내용을 참조하여 만들었음을 밝힙니다.

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

모든 것을 컨트롤 할 수 있다. 

커스텀할 수 있는 다양한 옵션이 있다. 

모든 웹사이트가 같지 않은 것처럼 모든 웹 사이트 프로젝트가 같지 않다.