Skip to content

Commit

Permalink
Merge pull request #1 from jwhhh/change-structure-1792
Browse files Browse the repository at this point in the history
fix: relative image paths in specific os folders
  • Loading branch information
amakarudze authored Nov 25, 2024
2 parents 213850f + cf28896 commit 19ba762
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion en/linux/django_start_project/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ http://127.0.0.1:8000/

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

![Install worked!](/images/install_worked.png)
![Install worked!](images/install_worked.png)

Note that a command window can only run one thing at a time, and the command window you opened earlier is running the
web server.
Expand Down
2 changes: 1 addition & 1 deletion en/macosx/django_start_project/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ http://127.0.0.1:8000/

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

![Install worked!](/images/install_worked.png)
![Install worked!](images/install_worked.png)

Note that a command window can only run one thing at a time, and the command window you opened earlier is running the web server.
As long as the web server is running and waiting for additional incoming requests, the terminal will accept new text but will
Expand Down
2 changes: 1 addition & 1 deletion en/runcode/django_start_project/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Congratulations! You've just created your first website and run it using a web s

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

![Install worked!](/images/install_worked.png)
![Install worked!](images/install_worked.png)

Note that a command window can only run one thing at a time, and the command window you opened earlier is running the web server. As long as the web server is running and waiting for additional incoming requests, the terminal will accept new text but will not execute new commands.

Expand Down
2 changes: 1 addition & 1 deletion en/windows/django_start_project/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ http://127.0.0.1:8000/

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

![Install worked!](/images/install_worked.png)
![Install worked!](images/install_worked.png)

Note that a command window can only run one thing at a time, and the command window you opened earlier is running the web server. As long as the web server is running and waiting for additional incoming requests, the terminal will accept new text but will not execute new commands.

Expand Down
2 changes: 1 addition & 1 deletion en/windows/intro_to_command_line/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Depending on your version of Windows and your keyboard, one of the following sho
- Hold the Windows key and press the "R" key to get a "Run" window.
Type "cmd" in the box, and click the OK key.

![Type "cmd" in the "Run" window](../python_installation/images/windows-plus-r.png)
![Type "cmd" in the "Run" window](python_installation/images/windows-plus-r.png)

Later in this tutorial, you will need to have two command windows open at the same time. However, on some versions of Windows, if you already have one command window open and you try to open a second one using the same method, it will instead point you to the command window you already have open. Try it now on your computer and see what happens! If you only get one command window, try one of the other methods in the list above. At least one of them should result in a new command window being opened.

Expand Down
2 changes: 1 addition & 1 deletion en/windows/intro_to_command_line/open_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Depending on your version of Windows and your keyboard, one of the following sho
- Hold the Windows key and press the "R" key to get a "Run" window.
Type "cmd" in the box, and click the OK key.

![Type "cmd" in the "Run" window](../python_installation/images/windows-plus-r.png)
![Type "cmd" in the "Run" window](python_installation/images/windows-plus-r.png)

Later in this tutorial, you will need to have two command windows open at the same time. However, on some versions of Windows, if you already have one command window open and you try to open a second one using the same method, it will instead point you to the command window you already have open. Try it now on your computer and see what happens! If you only get one command window, try one of the other methods in the list above. At least one of them should result in a new command window being opened.
2 changes: 1 addition & 1 deletion en/windows/python_installation/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You can download Python for Windows from the website https://www.python.org/down

One thing to watch out for: During the installation, you will notice a window marked "Setup". Make sure you tick the "Add Python {{ book.py_version }} to PATH" or "Add Python to your environment variables" checkbox and click on "Install Now", as shown here (it may look a bit different if you are installing a different version):

![Don't forget to add Python to the Path](../python_installation/images/python-installation-options.png)
![Don't forget to add Python to the Path](python_installation/images/python-installation-options.png)

When the installation completes, you may see a dialog box with a link you can follow to learn more about Python or about the version you installed. Close or cancel that dialog -- you'll be learning more in this tutorial!

Expand Down

0 comments on commit 19ba762

Please sign in to comment.