Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions all.html
Original file line number Diff line number Diff line change
Expand Up @@ -1690,7 +1690,7 @@ <h2>Django books and tutorials</h2>
Django was released over 10 years ago and has had a huge number of updates
since then, when you're looking for an up-to-date Django book check out the
list below or read this post showing <a href="http://twoscoopspress.org/pages/current-django-books">current Django books</a>
as of Django 1.7.</p>
as of Django 1.8, 1.9.</p>
<ul>
<li>
<p><a href="http://www.obeythetestinggoat.com/">Test-Driven Development with Python</a>
Expand Down Expand Up @@ -1753,7 +1753,7 @@ <h2>Django books and tutorials</h2>
</li>
<li>
<p><a href="https://realpython.com/learn/start-django/">Starting a Django Project</a>
answers the question, “How do I set up a Django (1.5, 1.6, or 1.7) project
answers the question, “How do I set up a Django (1.5, 1.6, 1.7, or 1.8) project
from scratch?”</p>
</li>
<li>
Expand All @@ -1777,7 +1777,7 @@ <h2>Django books and tutorials</h2>
are a time saver or "too much magic" for the framework.</p>
</li>
<li>
<p><a href="https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-uwsgi-and-nginx-on-ubuntu-14-04">How to serve Django apps with uWSGI and Nginx on 14.04</a>
<p><a href="https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-uwsgi-and-nginx-on-ubuntu-14-04">How to serve Django apps with uWSGI and Nginx on Ubuntu 14.04</a>
and
<a href="https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-centos-7">how to set up Django with PostgreSQL, Nginx and Gunicorn</a>
are detailed tutorials that walk through each step in the deployment process.</p>
Expand Down Expand Up @@ -9525,4 +9525,4 @@ <h1>About the Author</h1>
var trackOutboundLink = function(url) { ga('send', 'event', 'outbound', 'click', url, {'hitCallback': function () { document.location = url; } }); }
</script>
</body>
</html>
</html>
8 changes: 4 additions & 4 deletions django.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h2>Django books and tutorials</h2>
Django was released over 10 years ago and has had a huge number of updates
since then, when you're looking for an up-to-date Django book check out the
list below or read this post showing <a href="http://twoscoopspress.org/pages/current-django-books">current Django books</a>
as of Django 1.7.</p>
as of Django 1.8, 1.9.</p>
<ul>
<li>
<p><a href="http://www.obeythetestinggoat.com/">Test-Driven Development with Python</a>
Expand Down Expand Up @@ -145,7 +145,7 @@ <h2>Django books and tutorials</h2>
</li>
<li>
<p><a href="https://realpython.com/learn/start-django/">Starting a Django Project</a>
answers the question, “How do I set up a Django (1.5, 1.6, or 1.7) project
answers the question, “How do I set up a Django (1.5, 1.6, 1.7, or 1.8) project
from scratch?”</p>
</li>
<li>
Expand All @@ -169,7 +169,7 @@ <h2>Django books and tutorials</h2>
are a time saver or "too much magic" for the framework.</p>
</li>
<li>
<p><a href="https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-uwsgi-and-nginx-on-ubuntu-14-04">How to serve Django apps with uWSGI and Nginx on 14.04</a>
<p><a href="https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-uwsgi-and-nginx-on-ubuntu-14-04">How to serve Django apps with uWSGI and Nginx on Ubuntu 14.04</a>
and
<a href="https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-centos-7">how to set up Django with PostgreSQL, Nginx and Gunicorn</a>
are detailed tutorials that walk through each step in the deployment process.</p>
Expand Down Expand Up @@ -520,4 +520,4 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ch
var trackOutboundLink = function(url) { ga('send', 'event', 'outbound', 'click', url, {'hitCallback': function () { document.location = url; } }); }
</script>
</body>
</html>
</html>
6 changes: 3 additions & 3 deletions source/content/pages/04-web-development/03-django.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ There are a slew of free or low cost resources out there for Django. Since
Django was released over 10 years ago and has had a huge number of updates
since then, when you're looking for an up-to-date Django book check out the
list below or read this post showing [current Django books](http://twoscoopspress.org/pages/current-django-books)
as of Django 1.7.
as of Django 1.8, 1.9.

* [Test-Driven Development with Python](http://www.obeythetestinggoat.com/)
focuses on web development using Django and JavaScript. This book uses
Expand Down Expand Up @@ -114,7 +114,7 @@ as of Django 1.7.
list of Django libraries and resources.

* [Starting a Django Project](https://realpython.com/learn/start-django/)
answers the question, “How do I set up a Django (1.5, 1.6, or 1.7) project
answers the question, “How do I set up a Django (1.5, 1.6, 1.7, or 1.8) project
from scratch?”

* This Django tutorial shows how to
Expand All @@ -133,7 +133,7 @@ as of Django 1.7.
which often provoke heated debate in the Django community for whether they
are a time saver or "too much magic" for the framework.

* [How to serve Django apps with uWSGI and Nginx on 14.04](https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-uwsgi-and-nginx-on-ubuntu-14-04)
* [How to serve Django apps with uWSGI and Nginx on Ubuntu 14.04](https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-uwsgi-and-nginx-on-ubuntu-14-04)
and
[how to set up Django with PostgreSQL, Nginx and Gunicorn](https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-centos-7)
are detailed tutorials that walk through each step in the deployment process.
Expand Down