Create by Nguyen Tuan Kien
Django(/ˈdʒæŋɡoʊ/ jang-goh) là một framework mã nguồn mở để phát triển các ứng dụng web được viết bằng ngôn ngữ Python.
Adrian Holovaty
Simon Willison
Một số web application được xây dựng bằng Django.
Django là một MVC(Model - View - Controller) framework
Tuy nhiên,do Controller được Django xử lý,nên thực chất framework theo mô hình MTV(Model - Template - View)
Describes your data structure/database schema
Controls what a user sees
How a user sees it
The Django Framework - URL parsing
Django Modules
Steps to create New Project
MySite/
__init__.py
urls.py // Project specific URL mapping
models.py // Data Models
views.py // Contains the call back functions
admin.py
templates
Ưu điểm
Nhược điểm
Why I choose Laravel to compare?
Because Laravel is my 1st framework . And I only learn Django and Laravel.
VS