Open ricco386 opened 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:
feed.py
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...
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...