Files
nexus/wiki/concepts/Django-REST-Framework.md
2026-04-17 08:38:12 +08:00

25 lines
606 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Django REST Framework"
type: concept
tags: [django, api, rest]
---
## Definition
Django REST FrameworkDRF是一个强大且灵活的工具包用于构建 RESTful API基于 Django 框架。
## Core Features
- RESTful API 构建
- 序列化器Serializer
- ViewSet 和 Router
- 认证和权限系统
- 自动 API 文档生成
## Use Cases
- 移动应用后端 API
- 单页应用SPAAPI
- 第三方集成 API
- n8n 自动化调用接口
## Related Concepts
- [[Django]]Django REST Framework 基于 Django 框架
- [[n8n]]:可通过 API 调用实现工作流自动化