Skip to content

Commit 9e52e65

Browse files
Document --model option for reindex command
1 parent ddfc427 commit 9e52e65

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
@@ -91,6 +91,7 @@ And then replace `algoliasearch.register(YourModel)` with `algoliasearch.registe
9191
## Commands
9292

9393
* `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.
94+
* you can pass ``--model`` parameter to reindex a given model
9495
* `python manage.py algolia_applysettings`: (re)apply the index settings.
9596
* `python manage.py algolia_clearindex`: clear the index
9697

0 commit comments

Comments
 (0)