OSCON: Django Master Class Online

django

Today at OSCON Simon Willison, Jeremy Dunck, and Jacob Kaplan-Moss each took on three major aspects of Django to teach in the Django Master Class. They were:

1. Unit testing (Simon). First because it’s important, dammit!

2. Stupid middleware tricks (Jacob). Make middleware work for you, not against you.

3. Signals (Jeremy). Get notified when important things happen.

4. Forms & AJAX (Simon). Django’s newforms library rocks, and it goes great with this whole “AJAX” thing. Now you can finally show your face in those cool “Web 2.0” cliques.

5. Template tag patterns (Jacob). Save time writing those repetitive tags by factoring out common tasks.

6. Custom fields (Jeremy). Because not every piece of data is a simple, primitive type.

7. OpenID (Simon). Learn the straight dope about OpenID, and see how to integrate it into your Django site.

8. The “rest” of the stack (Jacob). Also known as “how to scale your website by copying LiveJournal.”

9. GIS (Jeremy). Store data about our planet. Or another one.

They’ve posted all of the slides and associated notes online. We’ve posted previously about the Django book and the Django gallery site (now at 237, up from 159). The interest in Django continues to increase.

tags: