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.
Downloads
Now available in an Ogg/Theora format!
MP4 Edition (33.0 MB, 21:09, H.264, MP4)
IPod Edition (16.6 MB, 21:09, H.264, MP4)
OGG Edition (34.9 MB, 21:09, Theora, OGG)
Flash Edition – All screencasts are available at ShowMeDo, although not immediately upon publish.
Source Code (44 KB)
Requires the latest version of QuickTime, VLC Media Player, or comparable software capable of playing MP4 container format and the H.264 codec.
Feeds Available
iTunes Feeds are available, So please choose the iTunes feed if you want automatic downloads in iTunes. Please show me some iTunes love.
iTunes Feeds
Django Screencasts – MP4 Edition
Django Screencasts – iPod Edition – Still waiting for it to show up
Regular RSS Feeds
Django Screencasts – MP4 Edition
Django Screencasts – iPod Edition
Show Notes
NewForms-Admin Branch Wiki Page – The NewForms-Admin documentation on the Django Wiki site.
Django Installation Documentation – Covers how to install Django. You will need to go through similar steps when installing the NewForms-Admin branch.
Using Git with Django Screencast – Excellent screencast that gives a nice introduction to working with Git and Django together.
Source code is available in the Source Code download link above. Apparently a lot of people miss that. The source for the application can be downloaded and used under the MIT License.