We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f3a785 commit 7ce0cafCopy full SHA for 7ce0caf
README.md
@@ -83,11 +83,12 @@ ALGOLIA = {
83
}
84
```
85
86
-There are three optional settings:
+There are several optional settings:
87
88
* `INDEX_PREFIX`: prefix all indexes. Use it to separate different applications, like `site1_Products` and `site2_Products`.
89
* `INDEX_SUFFIX`: suffix all indexes. Use it to differentiate development and production environment, like `Location_dev` and `Location_prod`.
90
* `AUTO_INDEXING`: automatically synchronize the models with Algolia (default to **True**).
91
+* `RAISE_EXCEPTIONS`: raise exceptions on network errors instead of logging them (default to **settings.DEBUG**).
92
93
## Quick Start
94
0 commit comments