Skip to content

Commit 3e0f9e9

Browse files
committed
tweaking wording
1 parent 7221d1f commit 3e0f9e9

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

all.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,11 +1278,11 @@ <h2>Web frameworks learning checklist</h2>
12781278
</li>
12791279
</ol>
12801280
<h1>Django</h1>
1281-
<p><a href="http://www.djangoproject.com/">Django</a> is a widely used Python web
1281+
<p><a href="http://www.djangoproject.com/">Django</a> is a widely-used Python web
12821282
application framework with a "batteries-included" philosophy. The principle
12831283
behind batteries-included is that the common functionality for building
12841284
web applications should come with the framework instead of as separate
1285-
libraries. </p>
1285+
libraries.</p>
12861286
<p><a href="http://www.djangoproject.com/" style="border: none;"><img src="theme/img/django-logo-positive.png" width="100%" alt="Official Django logo. Trademark Django Software Foundation." class="technical-diagram" /></a></p>
12871287
<p>For example,
12881288
<a href="https://docs.djangoproject.com/en/dev/topics/auth/">authentication</a>,
@@ -1297,7 +1297,7 @@ <h1>Django</h1>
12971297
to perform user authentication. </p>
12981298
<p>The batteries-included and extensibility philosophies are simply two different
12991299
ways to tackle framework building. Neither philosophy is inherently better
1300-
than the other.</p>
1300+
than the other one.</p>
13011301
<h2>Why is Django a good web framework choice?</h2>
13021302
<p>The Django project's stability, performance and community have grown
13031303
tremendously over the past decade since the framework's creation. Detailed

django.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
</div><div class="row">
3636
<div class="col-md-8">
3737
<h1>Django</h1>
38-
<p><a href="http://www.djangoproject.com/">Django</a> is a widely used Python web
38+
<p><a href="http://www.djangoproject.com/">Django</a> is a widely-used Python web
3939
application framework with a "batteries-included" philosophy. The principle
4040
behind batteries-included is that the common functionality for building
4141
web applications should come with the framework instead of as separate
42-
libraries. </p>
42+
libraries.</p>
4343
<p><a href="http://www.djangoproject.com/" style="border: none;"><img src="theme/img/django-logo-positive.png" width="100%" alt="Official Django logo. Trademark Django Software Foundation." class="technical-diagram" /></a></p>
4444
<p>For example,
4545
<a href="https://docs.djangoproject.com/en/dev/topics/auth/">authentication</a>,
@@ -54,7 +54,7 @@ <h1>Django</h1>
5454
to perform user authentication. </p>
5555
<p>The batteries-included and extensibility philosophies are simply two different
5656
ways to tackle framework building. Neither philosophy is inherently better
57-
than the other.</p>
57+
than the other one.</p>
5858
<h2>Why is Django a good web framework choice?</h2>
5959
<p>The Django project's stability, performance and community have grown
6060
tremendously over the past decade since the framework's creation. Detailed

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-06-24T11:55:38Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-06-25T08:48:36Z</updated></feed>

source/content/pages/04-web-development/02-django.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ meta: Django is a widely used Python web framework with a 'batteries-included' p
66

77

88
# Django
9-
[Django](http://www.djangoproject.com/) is a widely used Python web
9+
[Django](http://www.djangoproject.com/) is a widely-used Python web
1010
application framework with a "batteries-included" philosophy. The principle
1111
behind batteries-included is that the common functionality for building
1212
web applications should come with the framework instead of as separate
13-
libraries.
13+
libraries.
1414

1515

1616
<a href="http://www.djangoproject.com/" style="border: none;"><img src="theme/img/django-logo-positive.png" width="100%" alt="Official Django logo. Trademark Django Software Foundation." class="technical-diagram" /></a>
@@ -30,7 +30,7 @@ to perform user authentication.
3030

3131
The batteries-included and extensibility philosophies are simply two different
3232
ways to tackle framework building. Neither philosophy is inherently better
33-
than the other.
33+
than the other one.
3434

3535

3636
## Why is Django a good web framework choice?

0 commit comments

Comments
 (0)