introduce rss and custom rss

This commit is contained in:
Markos Gogoulos
2020-12-25 00:49:38 +02:00
parent dc0eeae3e4
commit 9339443ddf
5 changed files with 157 additions and 9 deletions

View File

@@ -37,4 +37,5 @@ def stuff(request):
ret[
"VIDEO_PLAYER_FEATURED_VIDEO_ON_INDEX_PAGE"
] = settings.VIDEO_PLAYER_FEATURED_VIDEO_ON_INDEX_PAGE
ret["RSS_URL"] = "/rss"
return ret