@@ -1214,6 +1214,11 @@ <h2>Django ORM resources</h2>
12141214 ElasticSearch. This is great for small sites before you scale them up with
12151215 a more robust search engine.</ p >
12161216</ li >
1217+ < li >
1218+ < p > < a href ="https://www.wellfireinteractive.com/blog/using-django-proxy-models "> How to use Django's Proxy Models</ a >
1219+ is a solid post on a Django ORM concept that doesn't frequently get a lot
1220+ of love or explanation.</ p >
1221+ </ li >
12171222</ ul >
12181223< h2 > Static and media files</ h2 >
12191224< p > Deploying and handling static and media files can be confusing for new
@@ -1230,6 +1235,10 @@ <h2>Static and media files</h2>
12301235< p > < a href ="http://www.revsys.com/blog/2014/dec/03/loading-django-files-from-code/ "> Loading Django FileField and ImageFields from the file system</ a >
12311236 shows how to load a model field with a file from the file system.</ p >
12321237</ li >
1238+ < li >
1239+ < p > < a href ="http://blog.wearefarm.com/2015/02/09/contact-form-uploads/ "> Restricting access to user-uploaded files in Django</ a >
1240+ provides a protection mechanism for media files.</ p >
1241+ </ li >
12331242</ ul >
12341243< h2 > Open source Django example projects</ h2 >
12351244< ul >
@@ -5155,6 +5164,11 @@ <h2>Docker resources</h2>
51555164 < a href ="http://shop.oreilly.com/product/0636920035732.do "> O'Reilly Introduction to Docker video</ a > that's
51565165 well worth buying.</ p >
51575166</ li >
5167+ < li >
5168+ < p > < a href ="https://zwischenzugs.wordpress.com/2015/03/14/docker-in-practice-a-guide-for-engineers/ "> Docker in Practice - A Guide for Engineers</ a >
5169+ is an explanation of the concepts and philosophy by the authors of the
5170+ new Manning Docker book in early access format.</ p >
5171+ </ li >
51585172</ ul >
51595173< h2 > Python-specific Docker resources</ h2 >
51605174< ul >
@@ -5319,6 +5333,7 @@ <h1>Change Log</h1>
53195333< h2 > 2015</ h2 >
53205334< h3 > March</ h3 >
53215335< ul >
5336+ < li > Adding a slew of new < a href ="/django.html "> Django</ a > resources.</ li >
53225337< li > Working on including Crossbar.io and Autobahn to the
53235338 < a href ="/websockets.html "> websockets</ a > page.</ li >
53245339< li > Added the Muffin framework to the
0 commit comments