Django REST Framework — a practical guide to Django REST Framework with clear examples you can reuse in real projects.
Python Tutorial Series (79/95). Prefer one article? Read the complete Python tutorial.
Short description
DRF turns Django models into JSON APIs quickly with browsable API and auth support.
Install DRF
pip install djangorestframework
# add 'rest_framework' to INSTALLED_APPS