Skip to content

Commit 2b1113c

Browse files
committed
Added a note on actually starting the application
1 parent 4c8c503 commit 2b1113c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/tutorial/setup.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,14 @@ server if we want to run that file as a standalone application::
7070
app.run()
7171

7272
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
73+
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
7481
page not found error because we don't have any views yet. But we will
7582
focus on that a little later. First we should get the database working.
7683

0 commit comments

Comments
 (0)