From c58b0637e6ecb0c8e4a8aebf744ccbb4c4faea1c Mon Sep 17 00:00:00 2001 From: Mike Woofter Date: Thu, 25 Jan 2024 10:59:15 -0600 Subject: [PATCH 1/3] first draft --- source/python-drivers.txt | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/source/python-drivers.txt b/source/python-drivers.txt index 8c956d2a2..ee53a46f1 100644 --- a/source/python-drivers.txt +++ b/source/python-drivers.txt @@ -48,4 +48,17 @@ environments: .. include:: /includes/fact-environments.rst To learn more about connecting your application to deployments hosted in MongoDB -Atlas, see :atlas:`Connect from Your Application `. \ No newline at end of file +Atlas, see :atlas:`Connect from Your Application `. + +Tools and Projects +------------------ + +- The `Full Stack FastAPI Generator `__ + simplifies setup of web applications that use the FastAPI, React, and MongoDB + (FARM) stack. You can learn more about the FARM stack in the + `MongoDB Developer Center. `__ + + .. important:: + + The MongoDB Full Stack FastAPI Generator is an experimental project + and is not yet supported by MongoDB. \ No newline at end of file From 6e1dc064340a215985cea41a3f0224b7b59a8433 Mon Sep 17 00:00:00 2001 From: Mike Woofter Date: Thu, 25 Jan 2024 12:25:10 -0600 Subject: [PATCH 2/3] sg feedback --- source/python-drivers.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/python-drivers.txt b/source/python-drivers.txt index ee53a46f1..c40a1b379 100644 --- a/source/python-drivers.txt +++ b/source/python-drivers.txt @@ -53,12 +53,12 @@ Atlas, see :atlas:`Connect from Your Application `. Tools and Projects ------------------ -- The `Full Stack FastAPI Generator `__ +- The `Full Stack FastAPI App Generator `__ simplifies setup of web applications that use the FastAPI, React, and MongoDB (FARM) stack. You can learn more about the FARM stack in the `MongoDB Developer Center. `__ .. important:: - The MongoDB Full Stack FastAPI Generator is an experimental project + The MongoDB Full Stack FastAPI App Generator is an experimental project and is not yet supported by MongoDB. \ No newline at end of file From 2ce5ecf96275f1ced8083868a1101e47ef1b267e Mon Sep 17 00:00:00 2001 From: Mike Woofter Date: Fri, 15 Mar 2024 08:59:35 -0500 Subject: [PATCH 3/3] update link --- source/python-drivers.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/python-drivers.txt b/source/python-drivers.txt index c40a1b379..73252d7fc 100644 --- a/source/python-drivers.txt +++ b/source/python-drivers.txt @@ -55,8 +55,8 @@ Tools and Projects - The `Full Stack FastAPI App Generator `__ simplifies setup of web applications that use the FastAPI, React, and MongoDB - (FARM) stack. You can learn more about the FARM stack in the - `MongoDB Developer Center. `__ + (FARM) stack. You can learn more about this tool on the + :website:`MongoDB blog. ` .. important::