Skip to content

Commit f812b92

Browse files
authored
Moved confirmation about dev server running to earlier in tutorial 1.
1 parent 8524013 commit f812b92

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/intro/tutorial01.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ You'll see the following output on the command line:
138138
Ignore the warning about unapplied database migrations for now; we'll deal
139139
with the database shortly.
140140

141+
Now that the server's running, visit http://127.0.0.1:8000/ with your web
142+
browser. You'll see a "Congratulations!" page, with a rocket taking off.
143+
It worked!
144+
141145
You've started the Django development server, a lightweight web server written
142146
purely in Python. We've included this with Django so you can develop things
143147
rapidly, without having to deal with configuring a production server -- such as
@@ -147,10 +151,6 @@ Now's a good time to note: **don't** use this server in anything resembling a
147151
production environment. It's intended only for use while developing. (We're in
148152
the business of making web frameworks, not web servers.)
149153

150-
Now that the server's running, visit http://127.0.0.1:8000/ with your web
151-
browser. You'll see a "Congratulations!" page, with a rocket taking off.
152-
It worked!
153-
154154
(To serve the site on a different port, see the :djadmin:`runserver` reference.)
155155

156156
.. admonition:: Automatic reloading of :djadmin:`runserver`

0 commit comments

Comments
 (0)