↧
Answer by SilverStrings024 for How to access data in get_context_data RSS...
I read a little bit more into the docs I provided and noticed that the SyndicationFeed allows you to add items, one of the parameters was author_name, so I replaced get_context_data function with an...
View ArticleHow to access data in get_context_data RSS Feed django 2.2
I'm trying to access the context dictionary that is returned by a modified 'get_context_data' function in the LatestVideosFeed so I can use it in a 'news feed' I'm trying to make because the context...
View Article