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

@ -47,7 +47,7 @@ SQLAlchemy or another database tool, introduce non-relational data persistence
as appropriate, and take advantage of framework-agnostic tools built for WSGI,
the Python web interface.
Flask includes many hooks to customize its behavior. Should you need more
customization, the Flask class is built for subclassing. If you are interested
in that, check out the :doc:`becomingbig` chapter. If you are curious about
the Flask design principles, head over to the section about :doc:`design`.
Flask includes many hooks to customize its behavior. Should you need
more customization, the Flask class is built for subclassing. If you are
curious about the Flask design principles, head over to the section
about :doc:`design`.