mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 16:40:03 +03:00
Quote string value
This commit is contained in:
parent
552ae5ac10
commit
f5b746eddf
|
@ -149,7 +149,7 @@ To use `DjangoFilterBackend`, first install `django-filter`.
|
||||||
|
|
||||||
pip install django-filter
|
pip install django-filter
|
||||||
|
|
||||||
Then add `django_filters` to Django's `INSTALLED_APPS`:
|
Then add `'django_filters'` to Django's `INSTALLED_APPS`:
|
||||||
|
|
||||||
INSTALLED_APPS = [
|
INSTALLED_APPS = [
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in New Issue
Block a user