Skip to content

Commit bcec4d1

Browse files
committed
Merge pull request #424 from numerodix/master
Minor fixes
2 parents be109f0 + 7219036 commit bcec4d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

en/django/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ When a request comes to a web server it's passed to Django which tries to figure
2020

2121
Imagine a mail carrier with a letter. She is walking down the street and checks each house number against the one on the letter. If it matches, she puts the letter there. This is how the urlresolver works!
2222

23-
In the *view* function all the interesting things are done: we can look at a database to look for some information. Maybe the user asked to change something in the data? Like a letter saying "Please change description of my job." The *view* can check if you are allowed to do that, then update the job description for you and send back a message: "Done!". Then the *view* generates a response and Django can send it to the user's web browser.
23+
In the *view* function all the interesting things are done: we can look at a database to look for some information. Maybe the user asked to change something in the data? Like a letter saying "Please change the description of my job." The *view* can check if you are allowed to do that, then update the job description for you and send back a message: "Done!". Then the *view* generates a response and Django can send it to the user's web browser.
2424

2525
Of course, the description above is a little bit simplified, but you don't need to know all the technical things yet. Having a general idea is enough.
2626

en/installation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ If you're doing the tutorial at home, not at one of the [Django Girls events](ht
44

55
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" when we install everything to not bother with it during the workshop, so this is useful for us.
66

7-
If you find it useful, you can follow through this chapter too. But if you wanna start learning things before installing bunch of stuff on your computer, skip this chapter and we will explain you the installation part later on.
7+
If you find it useful, you can follow through this chapter too. But if you wanna start learning things before installing bunch of stuff on your computer, skip this chapter and we will explain the installation part to you later on.
88

99
Good luck!
1010

0 commit comments

Comments
 (0)