@@ -36,7 +36,7 @@ than the other one.
3636## Why is Django a good web framework choice?
3737The Django project's stability, performance and community have grown
3838tremendously over the past decade since the framework'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.
4040The framework continues to add significant new functionality such as
4141[ database migrations] ( https://docs.djangoproject.com/en/dev/topics/migrations/ )
4242with 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
3083081 . 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
3123121 . Move on to the [ deployment section] ( /deployment.html ) to get your Django
0 commit comments