# django_drf **Repository Path**: django-devops/django_drf ## Basic Information - **Project Name**: django_drf - **Description**: django_drf 示例demon、入门到进阶全包含 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-02-04 - **Last Updated**: 2024-03-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DRF入门 接口信息概览 ```shell http://127.0.0.1:8000/myapp/api/user/ #列出所有数据 http://127.0.0.1:8000/myapp/api/user/1/ #对于指定数据进行更新,删除,查看操作 ```