Django
Barcamp Saigon, July 7th 2013
self
how?
greatness
next?
q&a
the model
define the database table
the view
which data is presented
the template
how the data is presented
urlconf
send a request to the right view
Django and MTV by JeffCroft
http://bit.ly/4VWezc
startproject
startapp
settings.py
models.py
views.py
your_template.html
urls.py
build a great app
share it
and change the world
iambusychangingtheworld.blogspot.com