Living on the Edge

This Week in Django 22 - 2008-05-11

Posted on May 13, 2008

This Week in Django is a weekly podcast about all things Django.

This week we have discussion about a XSS vulnerability, Some cool projects and blog posts from the community, the Tip of the Week, and a question from the IRC.

Please see the Show Notes below for all the pertinent information and links

Downloads

AAC Enhanced Podcast (24.3 MB, 40:00, AAC)

MP3 Edition (27.5 MB, 40:00, MP3)

OGG Edition (21.7 MB, 40:00, Vorbis)

The Enhanced Podcast version contains screenshots and easy access links to all of the items we discuss throughout the podcast.

Feeds Available

iTunes Feeds are available. By subscribing using the iTunes feeds the podcasts will automatically be downloaded for you when we release them.

iTunes Feeds

This Week in Django – AAC Edition

This Week in Django – MP3 Edition

Regular RSS Feeds

This Week in Django – AAC Edition

This Week in Django – MP3 Edition

This Week in Django – OGG Edition

Give Us Feedback

Want to give us some feedback on the show? We’re always looking for ideas or suggestions that will help improve each episode. Please contact us at feedback __at__ thisweekindjango.com.

Show Notes

Tracking Trunk (1:26)

Community Catchup (7:56)

Tip of the Week (28:15)

How can I break apart my models.py file into individual files?

IRC Ad Nauseam (32:23)

Django IRC FAQ

Backwards Incompatible Changes Information

My login form Isn’t working the first attempt I login at. The second attempt, it works though. How is this possible?

You probably neglected to send a test cookie on the first view of whatever page your login form is at.

Thank You! (37:34)

More information on Brian Rosner: http://oebfare.com/ and http://twitter.com/brosner/.

Comments
  1. fooMay 14, 2008 @ 03:35 AM

    Great stuff as usual, THANKS. You forgot to mention http://www.davidcramer.net/code/126/django-db-log.html though, which i think many people would appriciate. As someone states in the comments, its a pretty frequent question in the irc channel.

  2. ZuMay 14, 2008 @ 08:23 AM

    “Перечисления на службе добра (Enumerations on the service it gathered) Great post by Alexander Koshelev”

    Should be like ”Перечисления на службе добра”. You can copypaste this directly (;

  3. Eddy MulyonoMay 15, 2008 @ 09:23 PM

    with respect to FeedClowd: I’m a happy user of Profilactic.com. They also provide a lifestreaming service, and supports more sites “out of the box”. Unfortunately, their code is not open source.

  4. EmptyMay 15, 2008 @ 11:57 PM

    Zu: Actually it’s correct in my browser. In fact I screenshot it for brosner to prove it. :)

    foo: Yeah we debated it. It will probably appear next week alongside another similar product.

  5. EmptyMay 16, 2008 @ 12:02 AM

    Eddy: Yeah Profilactic is a great product. In fact I’ve met the founders a couple of times, since they are part of the Louisville startup community. Good point.

  6. HaitekMay 19, 2008 @ 01:44 PM

    www.djangonetcasts.com doesn’t resolve for me anywhere, is there a better feed link to use?

  7. huxleyMay 19, 2008 @ 08:40 PM

    re: Cyrillic characters not working for everyone

    If your browser is set to default to UTF-8 it seems to work fine, but if you have it set for something else it looks like gobbledegook. If you add a meta http-equiv to the head or set the charset for the Content-Type header, it will probably work consistently on most browsers.

  8. EmptyMay 20, 2008 @ 12:12 AM

    Haitek, Not sure where you’re getting the feed but it should be: media.djangonetcasts.com/twid_[format].xml

    huxley: good point.

  9. HaitekMay 20, 2008 @ 08:43 AM

    The href in your entries point to: http://www.djangonetcasts.com/twid/episode/23/ This Week in Django 23 – 2008-05-18

    Basically when I add the feed url as a smart link, it dies a painful death in Mozilla and Winamp.

  10. EmptyMay 20, 2008 @ 08:18 PM

    Haitek: thank you for the info. I’ll look into that and see what I can do. I apologize for the mess up.

  11. Eric MoritzMay 22, 2008 @ 12:13 PM

    Thanks for the Feedclowd props, when you say “They” you mean “Me” :)

    Thanks!