Skip to content

Commit b6006a2

Browse files
committed
Merge pull request #20 from arnaudlimbourg/document-reindex-model
Document --model option for reindex command
2 parents 8824393 + 9e52e65 commit b6006a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ And then replace `algoliasearch.register(YourModel)` with `algoliasearch.registe
9292
# Commands
9393

9494
* `python manage.py algolia_reindex`: reindex all the registered models. This command will first send all the record to a temporary index and then moves it.
95+
* you can pass ``--model`` parameter to reindex a given model
9596
* `python manage.py algolia_applysettings`: (re)apply the index settings.
9697
* `python manage.py algolia_clearindex`: clear the index
9798

0 commit comments

Comments
 (0)