Skip to content
Closed
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
11 changes: 8 additions & 3 deletions django.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ <h2>Django books and tutorials</h2>
focuses on web development using Django and JavaScript. This book uses
the development of a website using the Django web framework as a real
world example of how to perform test-driven development (TDD). There is
also coverage of NoSQL, websockets and asynchronous responses. The book can
also coverage of NoSQL, WebSockets and asynchronous responses. The book can
be read online for free or purchased in hard copy via O'Reilly.</p>
</li>
<li>
Expand Down Expand Up @@ -223,7 +223,7 @@ <h2>Django migrations</h2>
</ul>
<h2>Channels in 1.9+</h2>
<p>Channels are a new mechanism in Django 1.9 (as a standalone app, later
for incorporation into the core framework in 1.10) for real-time
for incorporation into the core framework in 2.0 or later) for real-time
full-duplex communication between the browser and the server based on
<a href="/websockets.html">WebSockets</a>. </p>
<ul>
Expand Down Expand Up @@ -314,6 +314,11 @@ <h2>Static and media files</h2>
<a href="/static-content.html">static content</a> page are useful for figuring out how
to handle these files properly.</p>
<ul>
<li>
<p><a href="https://worthwhile.com/blog/2016/07/11/django-page-load-speed//">
How to Optimize Images for Page Load Speed in Django.</a>
A thorough how-to article on best practices for improving page speed performance when media images are the root cause. </p>
</li>
<li>
<p><a href="http://www.caktusgroup.com/blog/2014/11/10/Using-Amazon-S3-to-store-your-Django-sites-static-and-media-files/">Using Amazon S3 to Store your Django Site's Static and Media Files</a>
is a well written guide to a question commonly asked about static and
Expand Down Expand Up @@ -520,4 +525,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>