remove becomingbig.rst

This commit is contained in:
Luis Palacios 2022-05-09 22:22:16 -07:00 committed by David Lord
parent 587a49c1bf
commit 410a324ec4
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
5 changed files with 4 additions and 112 deletions

View file

@ -167,9 +167,6 @@ large applications harder to maintain. However Flask is just not designed
for large applications or asynchronous servers. Flask wants to make it
quick and easy to write a traditional web application.
Also see the :doc:`/becomingbig` section of the documentation for some
inspiration for larger applications based on Flask.
Async/await and ASGI support
----------------------------