Skip to content

Commit 8268b2d

Browse files
committed
typo
1 parent db7acd9 commit 8268b2d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

en/django/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Django (_/ˈdʒæŋɡoʊ/ jang-goh_) is a free and open source web application framework, written in Python. It's a web framework - a set of components that helps you to develop websites faster and easier.
44

5-
You see, when you're building a website, you always need a similiar set of components: a way to handle user authentication (signing up, signing in, signing out), a management panel for your website, forms, a way to upload files, etc.
5+
You see, when you're building a website, you always need a similar set of components: a way to handle user authentication (signing up, signing in, signing out), a management panel for your website, forms, a way to upload files, etc.
66

77
Luckily for you other people long ago noticed that web developers face similar problems when building a new site, so they teamed up and created frameworks (Django is one of them) that give you ready-made components you can use.
88

@@ -25,5 +25,3 @@ In the *view* function all the interesting things are done: we can look at a dat
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

2727
So instead of diving too much into details, we will simply start creating something with Django and we will learn all the important parts along the way!
28-
29-

0 commit comments

Comments
 (0)