docs: quote pip extras install example (#2130)

Co-authored-by: nyxst4ck <289980115+nyxst4ck@users.noreply.github.com>
This commit is contained in:
nyxst4ck
2026-06-07 02:26:20 -03:00
committed by GitHub
parent 9adaa88999
commit 3248ac69f0
+1 -1
View File
@@ -22,7 +22,7 @@ Production-grade patterns for background task processing in Django using Celery
### Installation
```bash
pip install celery[redis] django-celery-results django-celery-beat
pip install 'celery[redis]' django-celery-results django-celery-beat
```
### `celery.py` — App Entrypoint