From: Amit Chaudhary Date: Sun, 7 Feb 2021 17:40:42 +0000 (+0545) Subject: 📝 Add external link to "FastAPI for Flask Users" (#2280) X-Git-Tag: 0.64.0~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b6a310e54bfc7e5535505fc7e744d51332bfa37;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Add external link to "FastAPI for Flask Users" (#2280) --- diff --git a/docs/en/data/external_links.yml b/docs/en/data/external_links.yml index 360bac3b8c..e35286f5eb 100644 --- a/docs/en/data/external_links.yml +++ b/docs/en/data/external_links.yml @@ -148,6 +148,10 @@ articles: title: How to monitor your FastAPI service author_link: https://twitter.com/louis_guitton author: Louis Guitton + - link: https://amitness.com/2020/06/fastapi-vs-flask/ + title: FastAPI for Flask Users + author_link: https://twitter.com/amitness + author: Amit Chaudhary japanese: - link: https://qiita.com/mtitg/items/47770e9a562dd150631d title: FastAPI|DB接続してCRUDするPython製APIサーバーを構築