Skip to content

Commit 05ddc5f

Browse files
committed
tweaking flask resources
1 parent 93967a6 commit 05ddc5f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/pages/04-web-development/03-flask.markdown

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,10 @@ Jökull Sólberg wrote a great piece articulating to this effect in his
8484

8585
* [Microservices with Flask, Docker, and React](https://testdriven.io/)
8686
teaches how to spin up a reproducible Flask development environment with
87-
[Docker](/docker.html). It shows how to deploy it to an Amazon EC2 instance
88-
then scale the services on Amazon EC2 Container Service (ECS).
87+
[Docker](/docker.html). It shows how to [deploy](/deployment.html) it to an
88+
Amazon EC2 instance then scale the services on Amazon EC2 Container Service (ECS).
89+
The [Flask Blueprints](https://testdriven.io/part-one-flask-blueprints) page
90+
is particularly handy for learning how to structure a large Flask project.
8991

9092
* [The Flask Extensions Registry](http://flask.pocoo.org/extensions/) is a
9193
curated list of the best packages that extend Flask. It's the first location

0 commit comments

Comments
 (0)