awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesDjango REST API Development

Tools and patterns for building RESTful interfaces specifically for Django applications.

Distinct from Django Integrations: Focuses on the intersection of Django's model system and REST API development, distinct from general Django integration.

Explore 1 awesome GitHub repository matching web development · Django REST API Development. Refine with filters or upvote what's useful.

Awesome Django REST API Development GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • django-tastypie/django-tastypiedjango-tastypie 的头像

    django-tastypie/django-tastypie

    3,948在 GitHub 上查看↗

    Django Tastypie 是一个用于构建 RESTful Web 服务的框架,将 Django 模型映射到 API 资源。它作为一个基于模型的 API 生成器,自动为数据库模型创建读写端点,以通过 HTTP 实现标准 CRUD 操作。 该项目充当多格式数据序列化器和超媒体 API 映射器。它根据客户端请求将数据库数据转换为各种响应格式(包括 JSON、XML 和 YAML),并将数据库关系转换为用于资源发现的可导航链接。 该工具包包含一个用于用户身份验证的安全实现,使用质询-响应握手以避免传输明文凭据。它还提供了映射复杂数据关系和管理 API 响应序列化的机制。

    Provides a framework for building web interfaces that allow external clients to read and write Django database data via HTTP.

    Python
    在 GitHub 上查看↗3,948
  1. Home
  2. Web Development
  3. Django REST API Development