Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feed data doesn't show anything #75

Open
mkok1019 opened this issue Mar 2, 2017 · 3 comments
Open

Feed data doesn't show anything #75

mkok1019 opened this issue Mar 2, 2017 · 3 comments

Comments

@mkok1019
Copy link

mkok1019 commented Mar 2, 2017

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 mkok1019 changed the title Feed data doesn't show Feed data doesn't show anything Mar 2, 2017
@mkok1019
Copy link
Author

mkok1019 commented Mar 3, 2017

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

@synw
Copy link

synw commented Mar 3, 2017

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

@matagus
Copy link
Owner

matagus commented Mar 13, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants