Stay hungry. Stay foolish
OSCON Data 2011
The first event dedicated to open source data infrastructure

OSCON Data 2011

The first event dedicated to open source data infrastructure

Takeaway - Django is an MVC Web framework like Rails. Convention over configuration is followed, but with a bit more flexibility (Django can override primary key, cannot in Rails). Despite Pythons white space indentation for clarity, Python looks more like Java (more verbose) yet easier to read (for me) than Ruby. 
Default db SQLite
Production db default is often Postgres (Rails often MySQL)
Mercurytide Django cheat sheet 
Introduction to Django by Chander Ganesan streamed from Oscon
Django Deployment workshop but not streamed…

Takeaway - Django is an MVC Web framework like Rails. Convention over configuration is followed, but with a bit more flexibility (Django can override primary key, cannot in Rails). Despite Pythons white space indentation for clarity, Python looks more like Java (more verbose) yet easier to read (for me) than Ruby. 

Default db SQLite

Production db default is often Postgres (Rails often MySQL)

Mercurytide Django cheat sheet 

Introduction to Django by Chander Ganesan streamed from Oscon

Django Deployment workshop but not streamed