Updating refresh_feeds task in readme.

This commit is contained in:
Samuel Clay 2020-06-08 13:53:09 -04:00
parent d354828727
commit 2e2ed09d0b

View file

@ -234,11 +234,17 @@ the `refresh_feeds` command regularly so you have new stories to test with and r
If you just want to fetch feeds once, you can use the `refresh_feeds` management command:
./manage.py refresh_feeds
If you want to fetch feeds regardless of when they were last updated:
./manage.py refresh_feeds --force
You can also fetch the feeds for a specific user:
./manage.py refresh_feeds --user=newsblur --force
./manage.py refresh_feeds --user=newsblur
You'll want to put this `refresh_feeds` command on a timer to keep your feeds up to date.
### Feedback