Open bovine opened 11 years ago
This is because django.contrib.syndication
was deprecated sometime around django 1.3 and I never got around to switching to the new api.
I decided to upgrade to 1.4 django (for reasons I don't remember) and commented out the view because hardly anyone used feeds anyways.
If anyone wants them back the api docs are here: https://docs.djangoproject.com/en/1.4/ref/contrib/syndication/
The news page has an advertised RSS feed of http://flightlogg.in/feeds/news however that results in a 404.
Similarly, all user flight logbook pages have an advertised RSS feed of http://flightlogg.in/feeds/flights/USERNAME however that also fails with 404.
It appears that the handler has been disabled in ./flightloggin/urls.py