mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Updating refresh_feeds task in readme.
This commit is contained in:
parent
d354828727
commit
2e2ed09d0b
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue