datamade / django-councilmatic

:heartpulse: Django app providing core functions for *.councilmatic.org
http://councilmatic.org
MIT License
26 stars 16 forks source link

Subscription to bare RSS should return 404 #173

Open reginafcompton opened 6 years ago

reginafcompton commented 6 years ago

Recently someone visited /search/rss, which throws an "Internal Server Error": https://github.com/datamade/django-councilmatic/blob/master/councilmatic_core/feeds.py#L28

Let's handle such cases (and others?) as 404 errors.