django-rest-framework

Package — Web AuthPython 3.7+Intermediate

Powerful toolkit for building REST APIs in Django

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
Django
Install
pip install djangorestframework

Learn by Difficulty

Quick Example

python
# Install: pip install djangorestframework
import django_rest_framework

# Basic django-rest-framework usage
print(f"Using django-rest-framework")
# See documentation for detailed examples

django-rest-framework is a third-party package. Powerful toolkit for building REST APIs in Django. Install with: pip install djangorestframework

Try in Playground

Tags

packagewebauthenticationmiddleware