Use the following Python commands to manage your Algolia indices:Documentation Index
Fetch the complete documentation index at: https://algolia.com/llms.txt
Use this file to discover all available pages before exploring further.
python manage.py algolia_reindex: reindex all the registered models. This command first sends all records to a temporary index and then moves it. Pass--modelas a parameter to reindex a specific modelpython manage.py algolia_applysettings: apply or reapply the index settings.python manage.py algolia_clearindex: clear the index
These commands require at least version 2 of the Django integration.