down this year due to cost Plenty of new features and talks on third party libraries and services Parties/Social Activities with sponsors Sprints Lots of networking and job opportunities Everyone should go! Tuesday, October 1, 13
default in 1.6 Every query now runs as Atomic Better integrity and performance More details https://docs.djangoproject.com/en/dev/ topics/db/transactions/ Tuesday, October 1, 13
written in Python Can deploy as well as configure servers Recently seeing lots of activity as Django/Python community adopts over Chef Demo Tuesday, October 1, 13
creates initial tables. New users get confused as to its purpose and when it should be ran Roadblocks new developers to the community This is a hard problem to solve because..... Tuesday, October 1, 13
migrations backwards and forwards Use --auto to automatically create migrations --auto is a legacy flag back when migration files had to be created manually South introspects your models and discovers diffs to create new migrations Tuesday, October 1, 13
makemigrations Simplified process for developers Huge win for the community. Hottest topic at Django Con Not intended to support other ORMs Tuesday, October 1, 13