ahernp / django-feedreader

RSS Aggregator
BSD 3-Clause "New" or "Revised" License
90 stars 29 forks source link

updating the entries #17

Closed AhmedWagdi1 closed 6 years ago

AhmedWagdi1 commented 6 years ago

In the official docs, it says that I can use Django command poll_fields to update the feeds, that is not working. where should I use it?

ahernp commented 6 years ago

You ought to be able to run it like any other Django command in your project (i.e. python manage.py poll_fields in the root directory of your Django project). What error message do you get when you run that command?

AhmedWagdi1 commented 6 years ago

unknown command: poll_fields type manage.py help for usage

ahernp commented 6 years ago

Sorry, my mistake, the command is actually python manage.py poll_feeds.