8000 Fix typo in documentation · celery/celery@9596aba · GitHub
[go: up one dir, main page]

Skip to content

Commit 9596aba

Browse files
sadeghOmer Katz
authored andcommitted
Fix typo in documentation
`CELERY_CACHE_BACKEND` is the right property for cache backend, not `CELERY_RESULT_BACKEND`
1 parent 639ad83 commit 9596aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/django/first-steps-with-django.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ To use this with your project you need to follow these steps:
201201

202202
.. code-block:: python
203203
204-
CELERY_RESULT_BACKEND = 'django-cache'
204+
CELERY_CACHE_BACKEND = 'django-cache'
205205
206206
We can also use the cache defined in the CACHES setting in django.
207207

0 commit comments

Comments
 (0)
0