Django: Things you don't learn from the tutorials
Let's say you want to add RSS feed to your blog built using Django. Django has syndication feed framework so that's probably the one that you'll use.
I'll just take the code example from the documentation linked above. Your feed's code will look like...
grep.koditi.my5 min read