I have two models. Comment and his \"Subcomments\": class Comment(models.Model): .... author = models.CharField(max_length=80)
Django 1.2 has brought in some changes in the syndication framework. According to this, I sho开发者_如何学JAVAuld now be able to do something like:
I\'m trying to set up the simple syndication example from the Django docs, in a working project. But I\'m getting an ImportError, even though I\'m sure I\'ve copied the example exactly.
I\'ve asked this question yesterday and got lots of good answers, only I just realized 开发者_运维技巧my question was wrong and here I want to rephrase it.