Skip to content

Commit

Permalink
Doc - import files commands
Browse files Browse the repository at this point in the history
Doing a new PR for https://github.com/GeotrekCE/Geotrek-admin/pull/1833/files which couldn't go into ``master``.
  • Loading branch information
camillemonchicourt committed May 22, 2019
1 parent b164029 commit 2d554d0
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions docs/import.rst
Expand Up @@ -112,8 +112,26 @@ Change the last element ``HebergementParser`` to match one of the class names in
You can add ``-v2`` parameter to make the command more verbose (show progress).
Thank to ``cron`` utility you can configure automatic imports.


Start import from Geotrek-Admin UI
Start import from Geotrek-admin UI
----------------------------------

Open the top right menu and clic on ``imports``.

Import from a file
------------------

You can also use some of Geotrek commands to import data from a file.

To list all Geotrek commands available:

::

./bin/django
To get help about a command:

::

./bin/django help <subcommand>
Example: ``./bin/django help loadpoi``

0 comments on commit 2d554d0

Please sign in to comment.