From 5fe9b7b40acf73da3dd91c56b3534f0bab1fb3d0 Mon Sep 17 00:00:00 2001 From: Timothy Allen Date: Mon, 7 Aug 2017 10:33:55 -0400 Subject: 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. --- docs/intro/tutorial01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.3