Django REST framework
django-rest-framework, django-rest-framework
, на сайте с December 17, 2022 10:01
Awesome web-browsable Web APIs.
Django REST framework is a powerful and flexible toolkit for building Web APIs.
Some reasons you might want to use REST framework:
The Web browsable API is a huge usability win for your developers.
Authentication policies including optional packages for OAuth1a and OAuth2.
Serialization that supports both ORM and non-ORM data sources.
...