Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion django_start_project/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Now all you need to do is check that your website is running - open your browser

http://127.0.0.1:8000/

You can stop the web server again (e.g. to type other commands on the command prompt) by pressing CTRL+C - Control and C buttons together.
The web server will take over your command prompt until you stop it: to type more commands either open a new terminal window and load your virtualenv in it, or stop the web server by switching back to the window in which it's running and pressing CTRL+C - Control and C buttons together.

Congratulations! You've just created your first website and run it using a web server! Isn't that awesome?

Expand Down