Skip to content

Commit 6c6d1ad

Browse files
committed
adding new cdn resource
1 parent 9912fdc commit 6c6d1ad

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2712,6 +2712,11 @@ <h2>Static Content Resources</h2>
27122712
shows how to host static content on S3 and use those files with Django.</p>
27132713
</li>
27142714
<li>
2715+
<p><a href="http://tech.marksblogg.com/crushing-caching-cdn-django.html">Crushing, caching and CDN deployment in Django</a>
2716+
shows how to use django-compressor and a CDN to scale static and media
2717+
file serving.</p>
2718+
</li>
2719+
<li>
27152720
<p><a href="http://blog.doismellburning.co.uk/2012/07/14/using-amazon-s3-to-host-your-django-static-files/">Using Amazon S3 to host your Django static files</a></p>
27162721
</li>
27172722
<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>2014-11-20T08:09:09Z</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>2014-11-21T10:04:16Z</updated></feed>

source/content/pages/07-performance/0701-static-content.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ CDNs send content responses from data centers with the closest proximity to the
4949
* [The super stupid idiot's guide to getting started with Django, Pipeline, and S3](http://blog.iambob.me/the-super-stupid-idiots-guide-to-getting-started-with-django-pipeline-and-s3/)
5050
shows how to host static content on S3 and use those files with Django.
5151

52+
* [Crushing, caching and CDN deployment in Django](http://tech.marksblogg.com/crushing-caching-cdn-django.html)
53+
shows how to use django-compressor and a CDN to scale static and media
54+
file serving.
55+
5256
* [Using Amazon S3 to host your Django static files](http://blog.doismellburning.co.uk/2012/07/14/using-amazon-s3-to-host-your-django-static-files/)
5357

5458
* [CDNs fail, but your scripts don't have to](http://www.hanselman.com/blog/CDNsFailButYourScriptsDontHaveToFallbackFromCDNToLocalJQuery.aspx)

static-content.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ <h2>Static Content Resources</h2>
6767
shows how to host static content on S3 and use those files with Django.</p>
6868
</li>
6969
<li>
70+
<p><a href="http://tech.marksblogg.com/crushing-caching-cdn-django.html">Crushing, caching and CDN deployment in Django</a>
71+
shows how to use django-compressor and a CDN to scale static and media
72+
file serving.</p>
73+
</li>
74+
<li>
7075
<p><a href="http://blog.doismellburning.co.uk/2012/07/14/using-amazon-s3-to-host-your-django-static-files/">Using Amazon S3 to host your Django static files</a></p>
7176
</li>
7277
<li>

0 commit comments

Comments
 (0)