You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
explains what happens when you visit a webpage generated by Django.</p>
263
263
</li>
264
-
<li>
265
-
<p><ahref="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>
266
-
is a well written guide to a question commonly asked about static and
<p>Deploying and handling static and media files can be confusing for new
413
+
Django developers. These resources along with the
414
+
<ahref="/static-content.html">static content</a> page are useful for figuring out how
415
+
to handle these files properly.</p>
416
+
<ul>
417
+
<li>
418
+
<p><ahref="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>
419
+
is a well written guide to a question commonly asked about static and
420
+
media file serving.</p>
421
+
</li>
422
+
<li>
423
+
<p><ahref="http://www.revsys.com/blog/2014/dec/03/loading-django-files-from-code/">Loading Django FileField and ImageFields from the file system</a>
424
+
shows how to load a model field with a file from the file system.</p>
425
+
</li>
426
+
</ul>
416
427
<h2>Open source Django example projects</h2>
417
428
<ul>
418
429
<li>
@@ -4396,6 +4407,10 @@ <h1>Change Log</h1>
4396
4407
<h2>2015</h2>
4397
4408
<h3>January</h3>
4398
4409
<ul>
4410
+
<li>Major update with the beginning of a page on <ahref="/docker.html">Docker</a>, split
4411
+
out static file handling resources on the <ahref="/django.html">Django</a> page
4412
+
and a new section on Python programming language popularity on the
4413
+
"Why Use Python?" page.</li>
4399
4414
<li>Working on a <ahref="/why-use-python.html">Why Use Python?</a> page with my own
4400
4415
assessment of the strengths and weaknesses of Python along with links to
4401
4416
resources where other folks discuss their own experiences.</li>
@@ -4697,6 +4712,25 @@ <h1>Why Use Python?</h1>
4697
4712
language is also widely taught in universities and used for working with
0 commit comments