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.
Django Screencasts - Episode 002
Posted on October 25, 2007
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.
Django Screencasts - Episode 001
Posted on October 16, 2007
In this screencast I cover implementing Django’s syndication framework into an existing application.
