From 805a5a4e96fe9ee13422ac5a4571315363a0df87 Mon Sep 17 00:00:00 2001 From: Wu Clan Date: Sat, 8 Jun 2024 23:47:35 +0800 Subject: [PATCH] Add test account to README (#330) --- README.md | 8 +++++--- README.zh-CN.md | 6 ++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4966f3b4..f01c274a 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,10 @@ You can view some of the preview screenshots in [fastapi_best_architecture_ui](https://github.com/fastapi-practices/fastapi_best_architecture_ui) Luckily, we now have a demo site: [FBA UI](https://fba.xwboy.top/) -> username / password: admin / 123456 + +> tester: test / 123456 +> +> super: admin / 123456 ## Features @@ -135,12 +138,11 @@ Luckily, we now have a demo site: [FBA UI](https://fba.xwboy.top/) 9. [Initialize test data](#test-data) (Optional) 10. Start fastapi service - ```shell # Help fastapi --help - # dev mode + # Dev mode fastapi dev main.py ``` diff --git a/README.zh-CN.md b/README.zh-CN.md index cf55ef84..20e7ce56 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -41,7 +41,10 @@ mvc 架构作为常规设计模式,在 python web 中也很常见,但是三 你可以在 [fastapi_best_architecture_ui](https://github.com/fastapi-practices/fastapi_best_architecture_ui) 中查看部分预览截图 幸运的是,我们现在有一个演示站点: [FBA UI](https://fba.xwboy.top/) -> 账号 / 密码: admin / 123456 + +> 测试员:tester / 123456 +> +> 管理员:admin / 123456 ## 特征 @@ -128,7 +131,6 @@ mvc 架构作为常规设计模式,在 python web 中也很常见,但是三 9. [初始化测试数据](#测试数据)(可选) 10. 启动 fastapi 服务 - ```shell # 帮助 fastapi --help