diff options
| author | Timothy Allen <flipper@peregrinesalon.com> | 2017-08-07 10:33:55 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-08-07 10:33:55 -0400 |
| commit | 5fe9b7b40acf73da3dd91c56b3534f0bab1fb3d0 (patch) | |
| tree | 7a10e7db35de62b5be3ed71cdd4d432c59ffda98 /docs/intro | |
| parent | 0a24714b260cfbf955bb093bad1a77393579e783 (diff) | |
Fixed #28457 -- Updated the design of the 'Congrats' page for new Django projects.
Developed by Timothy Allen and Chad Whitman of The Wharton School with
shepherding from Aymeric Augustin and Collin Anderson.
Diffstat (limited to 'docs/intro')
| -rw-r--r-- | docs/intro/tutorial01.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt index a83f24e4a1..aef9a1e66f 100644 --- a/docs/intro/tutorial01.txt +++ b/docs/intro/tutorial01.txt @@ -157,7 +157,7 @@ production environment. It's intended only for use while developing. (We're in the business of making Web frameworks, not Web servers.) Now that the server's running, visit http://127.0.0.1:8000/ with your Web -browser. You'll see a "Welcome to Django" page, in pleasant, light-blue pastel. +browser. You'll see a "Congratulations!" page, with a rocket taking off. It worked! .. admonition:: Changing the port |
