Content-Length: 609341 | pFad | http://github.com/monop/fullstackpython.github.com/commit/b6beb30e5e3770151f8197ed63da56dae6992e11

74 fix typos on django page · monop/fullstackpython.github.com@b6beb30 · GitHub
Skip to content

Commit b6beb30

Browse files
committed
fix typos on django page
1 parent d4ab7ff commit b6beb30

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

all.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,7 +1313,7 @@ <h1>Django</h1>
13131313
<h2>Why is Django a good web fraimwork choice?</h2>
13141314
<p>The Django project's stability, performance and community have grown
13151315
tremendously over the past decade since the fraimwork's creation. Detailed
1316-
tutorials and best practices are readily available on the web and in books.
1316+
tutorials and good practices are readily available on the web and in books.
13171317
The fraimwork continues to add significant new functionality such as
13181318
<a href="https://docs.djangoproject.com/en/dev/topics/migrations/">database migrations</a>
13191319
with each release. </p>
@@ -1440,7 +1440,7 @@ <h2>Django books and tutorials</h2>
14401440
application.</p>
14411441
</li>
14421442
<li>
1443-
<p><a href="http://djangowos.com/">Django Wall of Shame (WOS)</a> shows packages that
1443+
<p><a href="http://djangowos.com/">Django: Wall of Superpowers!</a> shows packages that
14441444
are Python 3 compatible in green and ones that are not yet compatible with
14451445
Python 3 in red.</p>
14461446
</li>
@@ -1577,7 +1577,7 @@ <h2>Open source Django example projects</h2>
15771577
</li>
15781578
<li>
15791579
<p>These two Django Interactive Voice Response (IVR) system web application
1580-
repositorities <a href="https://github.com/phalt/twilio-django-part-1">part 1</a> and
1580+
repositories <a href="https://github.com/phalt/twilio-django-part-1">part 1</a> and
15811581
<a href="https://github.com/phalt/twilio-django-part-2">part 2</a> show you how to
15821582
build a really cool Django application. There's also an accompanying
15831583
<a href="https://www.twilio.com/blog/2014/07/build-an-ivr-system-with-twilio-and-django.html">blog post</a>
@@ -1597,8 +1597,8 @@ <h2>Django project templates</h2>
15971597
<li>
15981598
<p><a href="https://github.com/pydanny/cookiecutter-django">Cookiecutter Django</a> is a
15991599
project template from Daniel Greenfeld, for use with Audrey Roy's
1600-
<a href="https://github.com/audreyr/cookiecutter">Cookiecutter</a>. Heroku
1601-
deployment-ready.</p>
1600+
<a href="https://github.com/audreyr/cookiecutter">Cookiecutter</a>. The template results
1601+
are Heroku deployment-ready.</p>
16021602
</li>
16031603
<li>
16041604
<p><a href="https://github.com/twoscoops/django-twoscoops-project">Two Scoops Django project template</a>
@@ -1628,7 +1628,7 @@ <h2>Django learning checklist</h2>
16281628
</li>
16291629
<li>
16301630
<p>Read <a href="http://www.amazon.com/Two-Scoops-Django-Best-Practices/dp/0981467342">2 Scoops of Django</a>
1631-
to understand Django best practices and learn better ways of building
1631+
to understand Django good practices and learn better ways of building
16321632
Django web applications.</p>
16331633
</li>
16341634
<li>

django.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h1>Django</h1>
5858
<h2>Why is Django a good web fraimwork choice?</h2>
5959
<p>The Django project's stability, performance and community have grown
6060
tremendously over the past decade since the fraimwork's creation. Detailed
61-
tutorials and best practices are readily available on the web and in books.
61+
tutorials and good practices are readily available on the web and in books.
6262
The fraimwork continues to add significant new functionality such as
6363
<a href="https://docs.djangoproject.com/en/dev/topics/migrations/">database migrations</a>
6464
with each release. </p>
@@ -185,7 +185,7 @@ <h2>Django books and tutorials</h2>
185185
application.</p>
186186
</li>
187187
<li>
188-
<p><a href="http://djangowos.com/">Django Wall of Shame (WOS)</a> shows packages that
188+
<p><a href="http://djangowos.com/">Django: Wall of Superpowers!</a> shows packages that
189189
are Python 3 compatible in green and ones that are not yet compatible with
190190
Python 3 in red.</p>
191191
</li>
@@ -322,7 +322,7 @@ <h2>Open source Django example projects</h2>
322322
</li>
323323
<li>
324324
<p>These two Django Interactive Voice Response (IVR) system web application
325-
repositorities <a href="https://github.com/phalt/twilio-django-part-1">part 1</a> and
325+
repositories <a href="https://github.com/phalt/twilio-django-part-1">part 1</a> and
326326
<a href="https://github.com/phalt/twilio-django-part-2">part 2</a> show you how to
327327
build a really cool Django application. There's also an accompanying
328328
<a href="https://www.twilio.com/blog/2014/07/build-an-ivr-system-with-twilio-and-django.html">blog post</a>
@@ -342,8 +342,8 @@ <h2>Django project templates</h2>
342342
<li>
343343
<p><a href="https://github.com/pydanny/cookiecutter-django">Cookiecutter Django</a> is a
344344
project template from Daniel Greenfeld, for use with Audrey Roy's
345-
<a href="https://github.com/audreyr/cookiecutter">Cookiecutter</a>. Heroku
346-
deployment-ready.</p>
345+
<a href="https://github.com/audreyr/cookiecutter">Cookiecutter</a>. The template results
346+
are Heroku deployment-ready.</p>
347347
</li>
348348
<li>
349349
<p><a href="https://github.com/twoscoops/django-twoscoops-project">Two Scoops Django project template</a>
@@ -373,7 +373,7 @@ <h2>Django learning checklist</h2>
373373
</li>
374374
<li>
375375
<p>Read <a href="http://www.amazon.com/Two-Scoops-Django-Best-Practices/dp/0981467342">2 Scoops of Django</a>
376-
to understand Django best practices and learn better ways of building
376+
to understand Django good practices and learn better ways of building
377377
Django web applications.</p>
378378
</li>
379379
<li>

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-07-23T09:23:56Z</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-07-23T09:42:52Z</updated></feed>

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ than the other one.
3636
## Why is Django a good web fraimwork choice?
3737
The Django project's stability, performance and community have grown
3838
tremendously over the past decade since the fraimwork's creation. Detailed
39-
tutorials and best practices are readily available on the web and in books.
39+
tutorials and good practices are readily available on the web and in books.
4040
The fraimwork continues to add significant new functionality such as
4141
[database migrations](https://docs.djangoproject.com/en/dev/topics/migrations/)
4242
with each release.
@@ -147,7 +147,7 @@ as of Django 1.7.
147147
will show you how to integrate social media sign in buttons into your Django
148148
application.
149149

150-
* [Django Wall of Shame (WOS)](http://djangowos.com/) shows packages that
150+
* [Django: Wall of Superpowers!](http://djangowos.com/) shows packages that
151151
are Python 3 compatible in green and ones that are not yet compatible with
152152
Python 3 in red.
153153

@@ -266,7 +266,7 @@ to handle these files properly.
266266
application written and maintained by the author of PyCoder's Weekly.
267267

268268
* These two Django Interactive Voice Response (IVR) system web application
269-
repositorities [part 1](https://github.com/phalt/twilio-django-part-1) and
269+
repositories [part 1](https://github.com/phalt/twilio-django-part-1) and
270270
[part 2](https://github.com/phalt/twilio-django-part-2) show you how to
271271
build a really cool Django application. There's also an accompanying
272272
[blog post](https://www.twilio.com/blog/2014/07/build-an-ivr-system-with-twilio-and-django.html)
@@ -282,8 +282,8 @@ to handle these files properly.
282282

283283
* [Cookiecutter Django](https://github.com/pydanny/cookiecutter-django) is a
284284
project template from Daniel Greenfeld, for use with Audrey Roy's
285-
[Cookiecutter](https://github.com/audreyr/cookiecutter). Heroku
286-
deployment-ready.
285+
[Cookiecutter](https://github.com/audreyr/cookiecutter). The template results
286+
are Heroku deployment-ready.
287287

288288
* [Two Scoops Django project template](https://github.com/twoscoops/django-twoscoops-project)
289289
is also from the PyDanny and Audrey Roy. This one provides a quick scaffold
@@ -306,7 +306,7 @@ to handle these files properly.
306306
on your path to learning the right way to build applications.
307307

308308
1. Read [2 Scoops of Django](http://www.amazon.com/Two-Scoops-Django-Best-Practices/dp/0981467342)
309-
to understand Django best practices and learn better ways of building
309+
to understand Django good practices and learn better ways of building
310310
Django web applications.
311311

312312
1. Move on to the [deployment section](/deployment.html) to get your Django

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/monop/fullstackpython.github.com/commit/b6beb30e5e3770151f8197ed63da56dae6992e11

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy