django-planet icon indicating copy to clipboard operation
django-planet copied to clipboard

Feed data doesn't show anything

Open mkok1019 opened this issue 7 years ago • 3 comments

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!

mkok1019 avatar Mar 02 '17 19:03 mkok1019

@matagus, @synw Is there any solution for this? Thanks.

mkok1019 avatar Mar 03 '17 09:03 mkok1019

@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.

synw avatar Mar 03 '17 10:03 synw

@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/

matagus avatar Mar 13 '17 09:03 matagus