8000 Restructure tutorial to separate instructions based on operating system by amakarudze · Pull Request #1796 · DjangoGirls/tutorial · GitHub
[go: up one dir, main page]

Skip to content

Restructure tutorial to separate instructions based on operating system #1796

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 20 commits into
base: restructure-tutorial
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
564152a
Switch to actions/deploy-pages
ekohl Apr 6, 2023
39b7faa
Merge pull request #1791 from ekohl/remove-need-for-gh-pages-branch
amakarudze Apr 19, 2023
00446f4
Split setup instructions and summary
amakarudze Apr 19, 2023
ab0d913
Restructure content by OS, refactor installation steps
amakarudze Apr 21, 2023
fdbbb86
Remove unnecessary files from Chromebook folder
amakarudze Apr 21, 2023
91ee4c3
Fix Python installation and introduction sections
amakarudze Apr 21, 2023
db9e969
Fix django installation instructions
amakarudze Apr 21, 2023
efe896a
Restruture content up to Python introduction
amakarudze Apr 27, 2023
8fc2734
Refactor deploy folder, delete reduntant folders
amakarudze Apr 28, 2023
5368e73
Fix line breaks at 80 for chromebook/README.md
amakarudze Jun 1, 2023
11488b4
Fix lines for chromebook/django_start_project/README.md
amakarudze Jun 1, 2023
0c3e2d7
Fix line length for macosx/django_start_project/README.md
amakarudze Jun 1, 2023
808a0fd
Fix runcode file line length
amakarudze Jun 1, 2023
b3f114c
Fix line length for windows and runcode
amakarudze Jun 19, 2023
7bd90b9
Fix lines for code editor folder
amakarudze Jun 19, 2023
dcde212
Fix line length for more files
amakarudze Jun 19, 2023
3dd54d8
Fix link for runcode django_start_project
amakarudze Jun 19, 2023
213850f
Fix navigation issues, refactor SUMMARY.md
amakarudze Jun 29, 2023
cf28896
fix: relative image paths in specific os folders
jwhhh Oct 5, 2023
19ba762
Merge pull request #1 from jwhhh/change-structure-1792
amakarudze Nov 25, 2024
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
Prev Previous commit
Next Next commit
fix: relative image paths in specific os folders
  • Loading branch information
jwhhh committed Oct 5, 2023
commit cf2889602dc9ef25ce5ffdd938fecd0d3c3e68f8
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