beta-nu-theta-chi / ox-dashboard

A chapter dashabord web app in Django for the Beta Nu Chapter of Theta Chi at Case Western Reserve University
MIT License
0 stars 0 forks source link

Use the syndication feed framework for Recruitment Events on the homepage #91

Open helper08 opened 3 years ago

helper08 commented 3 years ago

https://docs.djangoproject.com/en/3.1/ref/contrib/syndication/

Currently we have a recruitment events feed on the homepage that uses css, html and queries to create a something that is 'feed-like' on the homepage. Django actually has a framework to create a feed-like thing. The documentation can be found above. This may be an easier way to do what we're currently doing. May require further research however.