Articles tagged with django:

27
Mar
2008

django, logging

Django request logging with rsyslog

In my original post about logging Django requests, I had only tried my code with syslog-ng. It works fine with rsyslog too.

14
Mar
2008

django, seo

Generic search engine pinging for Django

The Django contrib sitemap framework provides a way to let Google know when your sitemap has been updated. It's simple enough to add Ask and Yahoo; until I can get a patch contributed, this module is an easy way to ping them all.

14
Mar
2008

django, seo

Sitemap class for direct-to-template generic views

A simple way to include direct-to-template pages in the sitemap of your Django site.