feat: update medical training case and auth modules

This commit is contained in:
2026-06-03 17:34:47 +08:00
parent b4bb38b7be
commit fd0b3e1982
45 changed files with 1459 additions and 812 deletions
+19 -19
View File
@@ -1,19 +1,19 @@
### 数据库迁移
```bash
python manage.py migrate
```
### 创建管理员
```bash
python manage.py createsuperuser
```
### 启动服务
```bash
python manage.py runserver
```
### 访问 API 文档
- Swagger UI: http://localhost:8000/api/docs/swagger/
- ReDoc: http://localhost:8000/api/docs/redoc/
- 管理后台: http://localhost:8000/admin/
### 数据库迁移
```bash
python manage.py migrate
```
### 创建管理员
```bash
python manage.py createsuperuser
```
### 启动服务
```bash
python manage.py runserver
```
### 访问 API 文档
- Swagger UI: http://localhost:8000/api/docs/swagger/
- ReDoc: http://localhost:8000/api/docs/redoc/
- 管理后台: http://localhost:8000/admin/