You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/deploy/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,13 @@ These three places will be important to you. Your local computer will be the pl
12
12
13
13
# Git
14
14
15
-
Git is a "version control system" used by a lot of programmers. This software can track changes to files over time so that you can recall specific versions later. A bit like the "track changes" feature in Microsoft Word, but much more powerful.
15
+
Git is a "version control system" used by a lot of programmers. This software can track changes to files over time so that you can recall specific versions later. A bit like the "track changes" feature in Microsoft Word, but much more powerful.
16
16
17
17
## Installing Git
18
18
19
19
> **Note** If you already did the Installation steps, no need to do this again - you can skip to the next section and start creating your Git repository.
20
20
21
-
{% include "deploy/install_git.md" %}
21
+
{% include "/deploy/install_git.md" %}
22
22
23
23
## Starting our Git repository
24
24
@@ -119,7 +119,7 @@ Your code is now on GitHub. Go and check it out! You'll find it's in fine compa
119
119
120
120
> **Note** You might have already created a PythonAnywhere account earlier during the install steps - if so, no need to do it again.
Copy file name to clipboardExpand all lines: en/installation/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# If you're doing the tutorial at home
2
2
3
-
If you're doing the tutorial at home, not at one of the [Django Girls events](http://djangogirls.org/events/), you can completely skip this chapter now and go straight to the [How the Internet works?](../how_the_internet_works/README.md) chapter.
3
+
If you're doing the tutorial at home, not at one of the [Django Girls events](http://djangogirls.org/events/), you can completely skip this chapter now and go straight to the [How the Internet works?](../how_the_internet_works/README.md) chapter.
4
4
5
-
This is because we cover these things in the whole tutorial anyway, and this is just an additional page that gathers all of the installation instructions in one place. The Django Girls event includes one "Installation evening" where we install everything so we don't need to bother with it during the workshop, so this is useful for us.
5
+
This is because we cover these things in the whole tutorial anyway, and this is just an additional page that gathers all of the installation instructions in one place. The Django Girls event includes one "Installation evening" where we install everything so we don't need to bother with it during the workshop, so this is useful for us.
6
6
7
7
If you find it useful, you can follow through this chapter too. But if you wanna start learning things before installing a bunch of stuff on your computer, skip this chapter and we will explain the installation part to you later on.
8
8
@@ -12,22 +12,22 @@ Good luck!
12
12
In the workshop you will be building a blog, and there are a few setup tasks in the tutorial which would be good to work through beforehand so that you are ready to start coding on the day.
13
13
14
14
# Install Python
15
-
{% include "python_installation/instructions.md" %}
15
+
{% include "/python_installation/instructions.md" %}
16
16
17
17
# Set up virtualenv and install Django
18
-
{% include "django_installation/instructions.md" %}
18
+
{% include "/django_installation/instructions.md" %}
19
19
20
20
# Install a code editor
21
-
{% include "code_editor/instructions.md" %}
21
+
{% include "/code_editor/instructions.md" %}
22
22
23
23
# Install Git
24
-
{% include "deploy/install_git.md" %}
24
+
{% include "/deploy/install_git.md" %}
25
25
26
26
# Create a GitHub account
27
27
Go to [GitHub.com](http://www.github.com) and sign up for a new, free user account.
0 commit comments