Update django.md

main
Matt Huntington 5 years ago committed by GitHub
parent c024034c67
commit 5536b00a77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -167,7 +167,7 @@ Install `djangorestframework`:
python -m pip install djangorestframework
```
edit django_rest_api/settings.py to tell django to use djangorestframework
edit django_rest_api/settings.py to tell django to use `djangorestframework`
```python
INSTALLED_APPS = [

Loading…
Cancel
Save