반응형
비교 요소 | Django | Flask |
프로젝트 유형 | 대규모 프로젝트 | 소규모 프로젝트 |
템플릿, 관리자 및 ORM |
내장 | 설치 |
학습 용이성 | 어려움 | 쉬움 |
유연성 | 타사 도구 없이도 완벽한 웹 개발 가능 | 사용자가 자신의 선택 및 요구사항에 따라 타사 도구를 선택 |
비주얼 디버그 | 지원하지 않음 | 지원 |
프레임 워크의 유형 | Full Stack | Lightweight |
부트스트랩 툴 | 사용 가능 | 사용 불가 |
https://wiki.python.org/moin/WebFrameworks
WebFrameworks - Python Wiki
* Python 2.7, Python 3.5+, PyPy * All in one package with no further dependencies. Development, deployment, debugging, testing, database administration and maintenance of applications can be done via the provided web interface, but not required. * web2py h
wiki.python.org
Medium – Get smarter about what matters to you.
Medium is not like any other platform on the internet. Our sole purpose is to help you find compelling ideas, knowledge, and perspectives. We don’t serve ads—we serve you, the curious reader who loves to learn new things. Medium is home to thousands of
medium.com
반응형
'Python_WEB > Django' 카테고리의 다른 글
[Django]Signals (0) | 2020.07.17 |
---|---|
[Django]django-admin 주요 명령어 (0) | 2020.07.17 |
[Django]collectstatic 사용시 STATIC_ROOT 에러 발생 해결 방안 (0) | 2020.06.02 |
[Django]Mysql - Python DB 연동 방법 (0) | 2020.06.01 |
[Disqus]장고 3.x 사용 중 migrate 에러 해결 방법 (0) | 2020.05.24 |