Tuesday, January 29, 2008

Mapping Flatpage URLs

with host Michael Trier

In this screencast I cover how to map specific URLs to the Flatpages contrib. There are times when you want the advantages and flexibility of flatpages, but also do not want URL mapping to be open ended and are uncomfortable with the fallback middleware approach. Watch this screencast and learn more.

  • Running Time: 15:14
Bookmark and Share

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

Wednesday, January 23, 2008

Using git with Django

with host Brian Rosner

In this screencast I cover how to utilize git with the Django subversion.

Bookmark and Share

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

Thursday, December 13, 2007

NewForms Personalization

with host Michael Trier

In this screencast I cover NewForms Personalization. Often you have a drop down or some other field in your NewForm that you need to have personalized, or changed based on the logged in user or other instance criteria. This screencast will show you how to accomplish that in your applications.

  • Running Time: 13:31
Bookmark and Share

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

Tuesday, November 20, 2007

Custom Management Commands

with host Michael Trier

In this screencast I cover adding custom management commands into your Django applications. Custom management commands are a method of extending Django’s built-in commands that are made available through the manage.py or django-admin.py scripts.

  • Running Time: 41:09
Bookmark and Share

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

Thursday, October 25, 2007

Syndication Framework II

with host Michael Trier

In this screencast I cover implementing model based feeds using the syndication framework.

We’ll start where we left off last time and enhance our simple blogging application by adding feeds for individual sections of the website. We will walk through modifications to the urls.py, implementation of a model based Feed class, and changes to our base template to expose the feeds. Finally I will briefly cover how you can use Atom feeds in place of RSS.

  • Running Time: 33:06
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.