We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c8c503 commit 2b1113cCopy full SHA for 2b1113c
docs/tutorial/setup.rst
@@ -70,7 +70,14 @@ server if we want to run that file as a standalone application::
70
app.run()
71
72
With that out of the way you should be able to start up the application
73
-without problems. When you head over to the server you will get an 404
+without problems. Do this with the following command::
74
+
75
+ python flaskr.py
76
77
+You will see a message telling you that server has started along with
78
+the address at which you can access it.
79
80
+When you head over to the server in your browser you will get an 404
81
page not found error because we don't have any views yet. But we will
82
focus on that a little later. First we should get the database working.
83
0 commit comments