Update docs/overview.md

Co-authored-by: M1ha Shvn <work_shvein_mihail@mail.ru>
This commit is contained in:
Mohammadreza Varasteh 2021-03-14 15:30:55 +03:30 committed by GitHub
parent 41060440d6
commit 48cde60681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ At the begging I expect, that you already have:
## Configuration
Add required parameters to [Django settings.py](https://docs.djangoproject.com/en/3.0/topics/settings/):
1. add `django_clickhouse` to INSTALLED_APPS
1. Add `'django_clickhouse'` to `INSTALLED_APPS`
2. [CLICKHOUSE_DATABASES](configuration.md#clickhouse_databases)
3. [Intermediate storage](storages.md) configuration. For instance, [RedisStorage](storages.md#redisstorage)
4. It's recommended to change [CLICKHOUSE_CELERY_QUEUE](configuration.md#clickhouse_celery_queue)