1. 프레임 워크의 규칙
프레임워크의 규칙을 따름에 있어서, 강력한 생산성을 가질 수 있다
2. 장고의 규칙
* 장고 디자인 설계 철학
https://docs.djangoproject.com/ko/4.2/misc/design-philosophies/
Django
The web framework for perfectionists with deadlines.
docs.djangoproject.com
'WEB > Django concept' 카테고리의 다른 글
[Django][Template] Template system & DTL( 장고 템플릿 언어) 란? (0) | 2024.03.13 |
---|---|
[Django] MTV 디자인 패턴 정리 (0) | 2024.03.12 |
[Django] render 함수, render(request, templates_name, context) (0) | 2024.03.12 |
[Django] 데이터 흐름에 따라 코드 작성하기 ( URLs -> Views -> Templates) ★ (0) | 2024.03.12 |
[Django] 모든 html 파일은 templates 안에 있어야한다 (0) | 2024.03.12 |