We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede3c4a commit 5f83bf6Copy full SHA for 5f83bf6
content/pages/04-web-development/03-flask.markdown
@@ -119,7 +119,8 @@ for getting started.
119
that shows how to build a Software-as-a-Service (SaaS) application that
120
he [open sourced](https://github.com/nickjj/build-a-saas-app-with-flask)
121
which uses Flask for the [web framework](/web-frameworks.html) and
122
- [Docker](/docker.html) for [deployment](/deployment.html).
+ [Docker](/docker.html) for the local
123
+ [development environment](/development-environment.html).
124
125
* [Flask by Example: Part 1](http://www.realpython.com/blog/python/flask-by-example-part-1-project-setup/)
126
shows the basic first steps for setting up a Flask project.
0 commit comments