Skip to content

Commit

Permalink
Added documentation about update forced check
Browse files Browse the repository at this point in the history
  • Loading branch information
jekil committed Aug 18, 2015
1 parent 05d854a commit 82d4eb6
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/src/usage/administration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,20 @@ all images could be loaded in a single batch.
Check for updates
-----------------

Ghiro automatically checks for new updates every day, if you don't disable the
update check.
Ghiro automatically checks for new updates every day, if a new release is found
a message is shown in the web interface (if you don't disable the update check
as described in this documentation).
Anyway a command line command is available to manually check for updates::

python manage.py update_check

Updates are fetched once day, if you run the command two times the same day, a
cached result will be used.
If you want to force the update fetch every command you run, use the `force`
option::

python manage.py update_check --force

Save all images
---------------

Expand Down

0 comments on commit 82d4eb6

Please sign in to comment.