基于 Django 的 REST 框架:Django REST Framework
jopen
10年前
Django REST Framework 基于 Django 的 REST 框架。
你可能想使用的REST框架的一些原因:
- The Web browseable API is a huge usability win for your developers.
- Authentication policies including OAuth1a and OAuth2 out of the box.
- Serialization that supports both ORM and non-ORM data sources.
- Customizable all the way down - just use regular function-based views if you don't need the more powerful features.
- Extensive documentation, and great community support.
- Used and trusted by large companies such as Mozilla and Eventbrite.