django-planet
django-planet copied to clipboard
Feed data doesn't show anything
Hey, guys.
I've installed django-planet on my django project. So its successfully installed. And I've added the urls like this.
url(r'^news/', include('planet.urls'))
And go to http://localhost:8000/news
It says only What's new in Django community blogs?
No feed data displayed.
Actually I've run these commands already
python manage.py planet_add_feed http://www.economonitor.com/feed/rss/
python manage.py planet_update_all_feeds
@matagus, @vad, @jerem Could you please help me this?
Thanks!
@matagus, @synw Is there any solution for this? Thanks.
@mkok1019 : sorry I can't help because I am not supporting this module any more. The code is a bit outdated. I am exploring some other possibilities to fetch rss, like a fast fetcher in go and a ui in django: this one is still a toy project but I might ship something modern for Django in the future for managing rss feeds.
@mkok1019 please first check that some posts have been created http://localhost:8000/admin/planet/post/
if so, then check http://localhost:8000/news/posts/