Your browser doesn't support the features required by impress.js, so you are presented with a simplified version of this presentation.
For the best experience please use the latest Chrome or Safari browser. Firefox 10 and Internet Explorer 10 should also handle it.
Django 1.4
Incompatible?
New?
BlogPost.objects.bulk_create([
BlogPost(title="Django 1.4 presentation"),
BlogPost(title="Hello, Django District")
BlogPost(title="First post!"),
])
USE_TZ = True