I want to enable sitemap-generation in Django, so I do the following, how it explained here
model:
class Car(models.Model): def __unicode__(self):