Django
Barcamp Saigon, July 7th 2013
about.me/dangtrinh
self
how?
greatness
next?
q&a
self
what is Django?
a web framework
python
MTV
model
template
view
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
How?
startproject
startapp
settings.py
models.py
views.py
your_template.html
urls.py
enough
show me!
greatness
asynchronous tasks
...
next?
build a great app
share it
and change the world
just like
did
q&a
bye
wait...
iambusychangingtheworld.blogspot.com
Thank you!