]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Add external link to "FastAPI for Flask Users" (#2280)
authorAmit Chaudhary <meamitkc@gmail.com>
Sun, 7 Feb 2021 17:40:42 +0000 (23:25 +0545)
committerGitHub <noreply@github.com>
Sun, 7 Feb 2021 17:40:42 +0000 (18:40 +0100)
docs/en/data/external_links.yml

index 360bac3b8cac64ba5def0a419e25aef840e60037..e35286f5eb236f7de44d0ec4485ed4ae9f5862e6 100644 (file)
@@ -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サーバーを構築