django-syndication
How to return model and models related to this model with many-to-many relationships
I have two models. Comment and his \"Subcomments\": class Comment(models.Model): .... author = models.CharField(max_length=80)[详细]
2023-03-10 12:42 分类:问答Django syndication framework: How do I use the new class-based feed views?
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:[详细]
2023-01-05 10:58 分类:问答Django simple syndication example gives: ImportError, cannot import name Feed
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.[详细]
2022-12-25 22:23 分类:问答Generic interface members
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.[详细]
2022-12-16 20:51 分类:问答