Monday, September 22, 2008

Django From the Ground Up: Episode 3

with host Eric Florenzano

In this episode we continue to build out our events application. Before building our models any further, we decide to install the Django admin site so that we can explore the models. Then we touch on some more advanced topics for more easily querying our Event model.

Bookmark and Share

Continue reading… Join the Discussion, 9 people have left comments.

Thursday, September 18, 2008

Django From the Ground Up: Episodes 1 and 2

with host Eric Florenzano

Developing a complete web application takes a lot of work! If you're anything like me, a good example can clear up a lot of confusion and make things a lot easier. In this series, "Django From the Ground Up" I seek to change that - from setting up version control, building the models, views, and crafting the templates, to setting up and automatically deploying to a production server, Django From the Ground Up takes you every step along the way.

Bookmark and Share

Continue reading… Join the Discussion, 14 people have left comments.

Sunday, July 20, 2008

newforms-admin Migration and Screencast

with host Brian Rosner

In this screencast I cover how to update your Django code to work with the recent merge of newforms-admin and onward to Django 1.0.

Bookmark and Share

Continue reading… Join the Discussion, 1 person has left comments.

Saturday, February 9, 2008

NewForms Admin I

with host Michael Trier

In this screencast I cover converting an existing application to the NewForms-Admin Branch of Django. We will cover hooking the NewForms-Admin into our urls.py module, extracting out the inner Admin class information into a NewForms-Admin class, handling the prepopulate_from, and organizing our admin class information into a separate module.

  • Running Time: 21:09
Bookmark and Share

Continue reading… Join the Discussion, 0 people have left comments.

Friday, February 1, 2008

Application Settings

with host Michael Trier

In this screencast I cover how to implement application based settings in a way that keeps the application pluggable. Watch this screencast and learn more.

  • Running Time: 9:00
Bookmark and Share

Continue reading… Join the Discussion, 0 people have left comments.


Recent Blog Posts view all

  1. Time For a Change

    January 7, 2009 / 21 Comments

    Brian Rosner takes over as host of This Week in Django and joining him will be Eric Florenzano.

  2. This Week in Django Delayed

    January 6, 2009 / 0 Comments

    We're running behind on getting Episode 49 out to everyone.

Incoming Links view all

  1. NEWA Detailed Django Tutorial: Blog Basics Part

    March 30, 2009 / 0 Comments

    Jeff Hui begins what appears to be the first of a lengthy, detailed series in getting your first (blog) Django applicati...

  2. Static Google Map Generator

    March 25, 2009 / 0 Comments

    This isn't a truly pluggable reusable Django app (meaning no Django related code is required, this could be used on any...

Recent Callcast view all

Discussion with Corey Oordt talking OpenSource Washington Times

A conversation with Corey Oordt discussing the new OpenSource Washington Times project and their forthcoming collection of reusable apps, along with greater goals for becoming a platform for Django newspaper/media applications.

Listen now.

Featured Screencasts view all

  1. Django From the Ground Up: Episode 13

    October 29, 2008 / 10 Comments

    Deployment, Part I

  2. Django From the Ground Up: Episode 12

    October 13, 2008 / 7 Comments

    Media and AJAX

Recent Articles view all

  1. Abstract Base Classes vs Model Table Inheritance

    June 17, 2008 / 0 Comments

    With the recent QuerySet-Refactor branch merged into trunk the django developer community is finally gifted with one of the more popular, outstanding ticket requests they've been waiting for... model inheritance.

  2. Retrieving Selective Fields with Django

    December 21, 2007 / 2 Comments

    This article discusses how to retrieve only selective fields instead of everything at once.