# drf-learning **Repository Path**: bronya0/drf-learning ## Basic Information - **Project Name**: drf-learning - **Description**: django restframework学习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-03 - **Last Updated**: 2024-01-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # drf-learning ## 介绍 django restframework学习 ## 初始化 ```python python manage.py makemigrations # 生成原先的model对应的migration file python manage.py migrate # 创建SQLite数据库 python manage.py createsuperuser # python manage.py inspectdb # 逆向生成model # python manage.py makemigrations --empty app名 # 生成一个空的initial.py ``` http://127.0.0.1:8000/blog/son 创建索引:create index id_index "son" ('id')