vault19 / django-courses

Simple Django to manage courses
MIT License
6 stars 5 forks source link

Add RSS feed #28

Open ricco386 opened 3 years ago

ricco386 commented 3 years ago

Use Django syndication feed framework to build RSS feed.

For this new classes create feed.py file. We can have multiple feeds:

Please add a tests for the views that dispaly data as they should in the RSS.

Second step would be build iCal support, so people can add the course run to their calendars. For that use: https://django-ical.readthedocs.io/en/latest/

Feel free to add opinion for another usefull RSS or iCal...